Skip to content

Commit

Permalink
BVAL-730 Get rid of the JBoss Nexus distributionManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jul 31, 2019
1 parent 81c4e4e commit 30b35cd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,6 @@
<tag>HEAD</tag>
</scm>

<distributionManagement>
<repository>
<id>jboss-releases-repository</id>
<name>JBoss Releases Repository</name>
<url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>jboss-snapshots-repository</id>
<name>JBoss Snapshots Repository</name>
<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>


<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit 30b35cd

Please sign in to comment.