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

Loading…
Cancel
Save