Author: simonetripodi
Date: Sun Mar 4 19:09:39 2012
New Revision: 1296858
URL: http://svn.apache.org/viewvc?rev=1296858&view=rev
Log:
use the proper apache.any23 profile to activate the external repositories
Modified:
incubator/any23/trunk/plugins/integration-test/pom.xml
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/plugins/integration-test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/integration-test/pom.xml?rev=1296858&r1=1296857&r2=1296858&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/integration-test/pom.xml (original)
+++ incubator/any23/trunk/plugins/integration-test/pom.xml Sun Mar 4 19:09:39
2012
@@ -63,6 +63,9 @@
<configuration>
<projectsDirectory>..</projectsDirectory>
<cloneProjectsTo>${project.build.directory}/plugins-build</cloneProjectsTo>
+ <profiles>
+ <profile>apache.any23</profile>
+ </profiles>
<pomIncludes>
<pomInclude>*/pom.xml</pomInclude>
</pomIncludes>
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1296858&r1=1296857&r2=1296858&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Sun Mar 4 19:09:39 2012
@@ -427,22 +427,6 @@
<!-- END: Test Dependencies -->
</dependencies>
- <!-- Project repository configuration. -->
- <repositories>
- <!-- Specific repository for Any23 dependencies without a dedicated
repository. -->
- <repository>
- <id>any23-repository-external</id>
- <url>http://any23.googlecode.com/svn/repo-ext</url>
- </repository>
- <!-- Specific repository for Aduna / Sesame related dependencies. -->
- <repository>
- <id>aduna-software-release-repo</id>
- <name>Aduna SW Release Repository</name>
- <url>http://repo.aduna-software.org/maven2/releases</url>
- <layout>default</layout>
- </repository>
- </repositories>
-
<build>
<pluginManagement>
<plugins>
@@ -505,7 +489,7 @@
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<autoVersionSubmodules>false</autoVersionSubmodules>
- <arguments>-Prelease,apache-release</arguments>
+ <arguments>-Papache.any23,apache-release,release</arguments>
</configuration>
</plugin>
</plugins>