Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Updated repo config apache#3
Browse files Browse the repository at this point in the history
  • Loading branch information
simontemple committed Mar 1, 2022
1 parent 33a7968 commit ffa0814
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
18 changes: 3 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@

<name>Apache Oltu - Reactor</name>

<repositories>
<repository>
<id>amalto-release-repo</id>
<name>Amalto Releases Repository</name>
<url>http://nexus3.amalto.com/repository/releases</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>

<modules>
<module>parent</module>
<module>commons</module>
Expand All @@ -53,14 +42,13 @@

<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<inherited>false</inherited>
<configuration>
<skip>true</skip>
</configuration>
<version>2.8.2</version>
</plugin>

</plugins>
</build>

Expand Down
8 changes: 4 additions & 4 deletions site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@

<repositories>
<repository>
<id>amalto-release-repo</id>
<name>Amalto Releases Repository</name>
<url>http://nexus3.amalto.com/repository/releases</url>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>https://repository.apache.org/snapshots</url>
<releases>
<enabled>true</enabled>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
Expand Down

0 comments on commit ffa0814

Please sign in to comment.