Skip to content

Commit ceedbf7

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

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

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
@@ -17,21 +17,14 @@
1717
<groupId>org.apache.maven.plugins</groupId>
1818
<artifactId>maven-jar-plugin</artifactId>
1919
<executions>
20-
<execution>
21-
<id>jar-services-provided</id>
22-
<phase>compile</phase>
23-
<goals>
24-
<goal>jar</goal>
25-
</goals>
26-
</execution>
2720
<execution>
2821
<goals>
2922
<goal>test-jar</goal>
3023
</goals>
3124
</execution>
3225
</executions>
3326
</plugin>
34-
<plugin>
27+
<!-- plugin>
3528
<groupId>org.codehaus.mojo</groupId>
3629
<artifactId>tomcat-maven-plugin</artifactId>
3730
<version>1.1</version>
@@ -49,7 +42,7 @@
4942
</goals>
5043
</execution>
5144
</executions>
52-
</plugin>
45+
</plugin -->
5346
</plugins>
5447
<pluginManagement>
5548
<plugins>

0 commit comments

Comments
 (0)