Updated to support Git and Jenkins

master
Giancarlo Panichi 5 years ago
parent 145f7c9ae9
commit f08f35aba6

@ -20,9 +20,9 @@
<description>tabular-data-widget-common-event contains events that are common to all widgets in tabular data manager</description> <description>tabular-data-widget-common-event contains events that are common to all widgets in tabular data manager</description>
<scm> <scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/tabular-data-widget-common-event.git</connection> <connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/tabular-data-widget-common-event.git</developerConnection> <developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/tabular-data-widget-common-event</url> <url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm> </scm>
<developers> <developers>
@ -87,13 +87,9 @@
<artifactId>gwt-user</artifactId> <artifactId>gwt-user</artifactId>
<version>${gwtVersion}</version> <version>${gwtVersion}</version>
</dependency> </dependency>
<!-- For test <!-- For test <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-dev</artifactId>
<dependency> <version>${gwtVersion}</version> </dependency> -->
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>${gwtVersion}</version>
</dependency> -->
<!-- LOGGING --> <!-- LOGGING -->
<dependency> <dependency>
@ -173,13 +169,8 @@
<goal>resources</goal> <goal>resources</goal>
</goals> </goals>
</execution> </execution>
<!-- <execution> <!-- <execution> <id>run-gwt-tests</id> <phase>test</phase> <goals>
<id>run-gwt-tests</id> <goal>test</goal> </goals> </execution> -->
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
</execution> -->
</executions> </executions>
<configuration> <configuration>
<sourceLevel>${maven.compiler.source}</sourceLevel> <sourceLevel>${maven.compiler.source}</sourceLevel>

Loading…
Cancel
Save