You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/09/08 08:41:50 UTC

svn commit: r1382241 - /maven/plugins/trunk/maven-repository-plugin/pom.xml

Author: hboutemy
Date: Sat Sep  8 06:41:50 2012
New Revision: 1382241

URL: http://svn.apache.org/viewvc?rev=1382241&view=rev
Log:
try to fix ITs on ASF Jenkins instance: add settings file

Modified:
    maven/plugins/trunk/maven-repository-plugin/pom.xml

Modified: maven/plugins/trunk/maven-repository-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/pom.xml?rev=1382241&r1=1382240&r2=1382241&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/pom.xml Sat Sep  8 06:41:50 2012
@@ -263,6 +263,7 @@ under the License.
                 </goals>
                 <configuration>
                   <localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
+                  <settingsFile>src/it/settings.xml</settingsFile>
                 </configuration>
               </execution>
             </executions>