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>