Updated to support Git and Jenkins

This commit is contained in:
Giancarlo Panichi 2019-10-16 10:22:35 +02:00
parent 145f7c9ae9
commit f08f35aba6
1 changed files with 8 additions and 17 deletions

23
pom.xml
View File

@ -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>
@ -88,12 +88,8 @@
<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>