Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Add repository entries to ease the build, but in a profile to be conf…
Browse files Browse the repository at this point in the history
…orm to central rules - not visible by transitivity
  • Loading branch information
aheritier committed May 8, 2013
1 parent 4f958d6 commit e0f8bb6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions pom.xml
Expand Up @@ -312,4 +312,32 @@
</plugins>
</pluginManagement>
</build>
<profiles>
<profile>
<id>project-repositories</id>
<activation>
<property>
<name>!skip-project-repositories</name>
</property>
</activation>
<repositories>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>repository.exoplatform.org</id>
<url>https://repository.exoplatform.org/public</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>repository.exoplatform.org</id>
<url>https://repository.exoplatform.org/public</url>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
</project>

0 comments on commit e0f8bb6

Please sign in to comment.