Index: src/it/download-licenses-configured-alt-location/verify.bsh =================================================================== --- src/it/download-licenses-configured-alt-location/verify.bsh (revision 0) +++ src/it/download-licenses-configured-alt-location/verify.bsh (revision 0) @@ -0,0 +1,26 @@ +import java.io.*; +import java.util.*; + +try +{ + File licenseFile = new File( basedir, "licenseout/apache license 2.0 - license-2.0.txt" ); + if ( !licenseFile.isFile() ) + { + System.err.println( "Could not find license file: " + licenseFile ); + return false; + } + + File summaryFile = new File( basedir, "licensesout.xml" ); + if ( !summaryFile.isFile() ) + { + System.err.println( "Could not find license file: " + summaryFile ); + return false; + } +} +catch( Throwable t ) +{ + t.printStackTrace(); + return false; +} + +return true; Property changes on: src/it/download-licenses-configured-alt-location/verify.bsh ___________________________________________________________________ Name: svn:executable + * Index: src/it/download-licenses-configured-alt-location/licenses.xml =================================================================== --- src/it/download-licenses-configured-alt-location/licenses.xml (revision 0) +++ src/it/download-licenses-configured-alt-location/licenses.xml (revision 0) @@ -0,0 +1,14 @@ + + + + commons-logging + commons-logging + + + Apache License 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + \ No newline at end of file Property changes on: src/it/download-licenses-configured-alt-location/licenses.xml ___________________________________________________________________ Name: svn:mime-type + text/xml Name: svn:eol-style + native Index: src/it/download-licenses-configured-alt-location/src/main/java/org/codehaus/mojo/HelloWorld.java =================================================================== --- src/it/download-licenses-configured-alt-location/src/main/java/org/codehaus/mojo/HelloWorld.java (revision 0) +++ src/it/download-licenses-configured-alt-location/src/main/java/org/codehaus/mojo/HelloWorld.java (revision 0) @@ -0,0 +1,15 @@ +package org.codehaus.mojo; + +public class HelloWorld +{ + + /** + * @param args + */ + public static void main( String[] args ) + { + // TODO Auto-generated method stub + + } + +} Property changes on: src/it/download-licenses-configured-alt-location/src/main/java/org/codehaus/mojo/HelloWorld.java ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:keywords + Id Name: svn:eol-style + native Index: src/it/download-licenses-configured-alt-location/invoker.properties =================================================================== --- src/it/download-licenses-configured-alt-location/invoker.properties (revision 0) +++ src/it/download-licenses-configured-alt-location/invoker.properties (revision 0) @@ -0,0 +1 @@ +invoker.goals = -DlicensesConfigFile=./licenses.xml -DlicensesOutputDirectory=./licenseout -DlicensesOutputFile=licensesout.xml clean license:download-licenses Property changes on: src/it/download-licenses-configured-alt-location/invoker.properties ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native Index: src/it/download-licenses-configured-alt-location/pom.xml =================================================================== --- src/it/download-licenses-configured-alt-location/pom.xml (revision 0) +++ src/it/download-licenses-configured-alt-location/pom.xml (revision 0) @@ -0,0 +1,40 @@ + + + 4.0.0 + + org.codehaus.mojo.license + it-test + 1.0-SNAPSHOT + Integration Test + http://maven.apache.org + + Check default execution. + + + + + commons-logging + commons-logging + 1.0 + + + + + + + org.codehaus.mojo + license-maven-plugin + @pom.version@ + + + + download-licenses + + + + + + + Property changes on: src/it/download-licenses-configured-alt-location/pom.xml ___________________________________________________________________ Name: svn-eol-style + native Name: svn:mime-type + text/xml Name: svn:keywords + Id URL Name: svn:eol-style + native