Author: dspicar
Date: Mon May 28 13:08:13 2012
New Revision: 1343238

URL: http://svn.apache.org/viewvc?rev=1343238&view=rev
Log:
CLEREZZA-708: added 'site-build' profile to configure apache snapshots plugin 
repository for the jenkins site build

Modified:
    incubator/clerezza/trunk/parent/pom.xml

Modified: incubator/clerezza/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/pom.xml?rev=1343238&r1=1343237&r2=1343238&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Mon May 28 13:08:13 2012
@@ -277,6 +277,18 @@
                                <module>rdf.sesame.parser</module>
                        </modules>
                </profile>
+               <profile>
+                       <id>site-build</id>
+                       <activation>
+                               <activeByDefault>false</activeByDefault>
+                       </activation>
+                        <pluginRepositories>
+                            <pluginRepository>
+                                <id>apache.snapshots</id>
+                                
<url>http://repository.apache.org/snapshots/</url>
+                            </pluginRepository>
+                        </pluginRepositories>
+               </profile>
        </profiles>
        <build>
                <pluginManagement>


Reply via email to