Skip to content

Commit

Permalink
TOMEE-3724 - Remove TomEE drop-in webapp distributions (#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblevins authored Dec 16, 2024
1 parent 3d63c6c commit bafb110
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -438,5 +438,20 @@
</plugin>
</plugins>
</build>
<!--
Webapp distributions removed per:
- https://issues.apache.org/jira/browse/TOMEE-3724
- https://lists.apache.org/thread/31w7336d5ycqhmoy4pngbsjg3odm0yqx
-->
<distributionManagement>
<repository>
<id>localhost</id>
<url>file://${basedir}/target/repo/</url>
</repository>
<snapshotRepository>
<id>localhost</id>
<url>file://${basedir}/target/snapshot-repo/</url>
</snapshotRepository>
</distributionManagement>

</project>
14 changes: 14 additions & 0 deletions tomee/tomee-plume-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -583,4 +583,18 @@
</plugin>
</plugins>
</build>
<!--
Webapp distributions removed per https://lists.apache.org/thread/31w7336d5ycqhmoy4pngbsjg3odm0yqx
-->
<distributionManagement>
<repository>
<id>localhost</id>
<url>file://${basedir}/target/repo/</url>
</repository>
<snapshotRepository>
<id>localhost</id>
<url>file://${basedir}/target/snapshot-repo/</url>
</snapshotRepository>
</distributionManagement>

</project>
16 changes: 16 additions & 0 deletions tomee/tomee-plus-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -590,4 +590,20 @@
</plugin>
</plugins>
</build>
<!--
Webapp distributions removed per:
- https://issues.apache.org/jira/browse/TOMEE-3724
- https://lists.apache.org/thread/31w7336d5ycqhmoy4pngbsjg3odm0yqx
-->
<distributionManagement>
<repository>
<id>localhost</id>
<url>file://${basedir}/target/repo/</url>
</repository>
<snapshotRepository>
<id>localhost</id>
<url>file://${basedir}/target/snapshot-repo/</url>
</snapshotRepository>
</distributionManagement>

</project>
15 changes: 15 additions & 0 deletions tomee/tomee-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -602,4 +602,19 @@
<scope>test</scope>
</dependency>
</dependencies>
<!--
Webapp distributions removed per:
- https://issues.apache.org/jira/browse/TOMEE-3724
- https://lists.apache.org/thread/31w7336d5ycqhmoy4pngbsjg3odm0yqx
-->
<distributionManagement>
<repository>
<id>localhost</id>
<url>file://${basedir}/target/repo/</url>
</repository>
<snapshotRepository>
<id>localhost</id>
<url>file://${basedir}/target/snapshot-repo/</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit bafb110

Please sign in to comment.