Skip to content

Commit d7db6c8

Browse files
committed
No wars for now; does not seem to work with the current Maven I have
1 parent 1dfeb44 commit d7db6c8

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

org.bridgedb.uri.ws.server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<build>
1515
<plugins>
16-
<plugin>
16+
<!-- plugin>
1717
<groupId>org.codehaus.mojo</groupId>
1818
<artifactId>tomcat-maven-plugin</artifactId>
1919
<version>1.1</version>
@@ -34,7 +34,7 @@
3434
</goals>
3535
</execution>
3636
</executions>
37-
</plugin>
37+
</plugin -->
3838
</plugins>
3939
<pluginManagement>
4040
<plugins>

org.bridgedb.ws.server/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,14 @@
1818
<artifactId>maven-jar-plugin</artifactId>
1919
<version>${maven-jar.version}</version>
2020
<executions>
21-
<execution>
22-
<id>jar-services-provided</id>
23-
<phase>compile</phase>
24-
<goals>
25-
<goal>jar</goal>
26-
</goals>
27-
</execution>
2821
<execution>
2922
<goals>
3023
<goal>test-jar</goal>
3124
</goals>
3225
</execution>
3326
</executions>
3427
</plugin>
35-
<plugin>
28+
<!-- plugin>
3629
<groupId>org.codehaus.mojo</groupId>
3730
<artifactId>tomcat-maven-plugin</artifactId>
3831
<version>1.1</version>
@@ -50,7 +43,7 @@
5043
</goals>
5144
</execution>
5245
</executions>
53-
</plugin>
46+
</plugin -->
5447
</plugins>
5548
<pluginManagement>
5649
<plugins>

0 commit comments

Comments
 (0)