You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by da...@apache.org on 2015/01/02 22:14:36 UTC

svn commit: r1649127 - /maven/plugins/trunk/maven-gpg-plugin/pom.xml

Author: dantran
Date: Fri Jan  2 21:14:35 2015
New Revision: 1649127

URL: http://svn.apache.org/r1649127
Log:
[MGPG-31] IT settings.xml location correction

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

Modified: maven/plugins/trunk/maven-gpg-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/pom.xml?rev=1649127&r1=1649126&r2=1649127&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-gpg-plugin/pom.xml Fri Jan  2 21:14:35 2015
@@ -134,7 +134,7 @@ under the License.
                   <pomInclude>*/pom.xml</pomInclude>
                   <pomInclude>sign-and-deploy*</pomInclude>
                 </pomIncludes>
-                <settingsFile>src/main/it/settings.xml</settingsFile>
+                <settingsFile>src/it/settings.xml</settingsFile>
                 <goals>
                   <goal>clean</goal>
                   <goal>install</goal>