Skip to content

Commit

Permalink
fix poms for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
gclayburg committed Apr 13, 2021
1 parent a29935d commit 9ba31cf
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 1 deletion.
7 changes: 7 additions & 0 deletions jaronly15/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,11 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>devnullrepo</id>
<name>Internal tmp repo</name>
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>
</project>
7 changes: 7 additions & 0 deletions jaronly244/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,11 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>devnullrepo</id>
<name>Internal tmp repo</name>
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>
</project>
7 changes: 7 additions & 0 deletions mongo244/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>devnullrepo</id>
<name>Internal tmp repo</name>
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>
</project>
7 changes: 7 additions & 0 deletions webjar1519/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,11 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>devnullrepo</id>
<name>Internal tmp repo</name>
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>
</project>
2 changes: 1 addition & 1 deletion webjar244/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</build>
<distributionManagement>
<repository>
<id>ossrh</id>
<id>devnullrepo</id>
<name>Internal tmp repo</name>
<url>file:///tmp/devnull.repo</url>
</repository>
Expand Down
7 changes: 7 additions & 0 deletions webjaroverride/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>devnullrepo</id>
<name>Internal tmp repo</name>
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>
</project>
7 changes: 7 additions & 0 deletions weboshiwar244/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,11 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>devnullrepo</id>
<name>Internal tmp repo</name>
<url>file:///tmp/devnull.repo</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 9ba31cf

Please sign in to comment.