Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
#104 added repo exclusion to make vPAV solely work with maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
sdibernardo committed Mar 4, 2019
1 parent daa5a17 commit 105637e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,13 +383,18 @@

<repositories>
<repository>
<id>central</id>
<name>Maven Central</name>
<url>http://repo1.maven.org/maven2</url>
<id>soot-release</id>
<name>Maven repository of the Software Engineering Group at University of Paderborn</name>
<url>https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>


<reporting>
<excludeDefaults>true</excludeDefaults>
<outputDirectory>${project.build.directory}/site</outputDirectory>
Expand Down

0 comments on commit 105637e

Please sign in to comment.