Hi,

I would like to output the classpath to a file using the dependency build classpath plugin and goal.

I am using the following in my POM to no avail:

 <build>
  <plugins>
    <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-dependency-plugin</artifactId>
       <executions>
         <execution>
           <id>build-classpath</id>
           <phase>generate-sources</phase>
           <goals>
             <goal>build-classpath</goal>
           </goals>
           <configuration>
               <cpfile>output.txt</cpfile>
               <stripVersion>true</stripVersion>
           </configuration>
         </execution>
       </executions>
     </plugin>
   </plugins>
 </build>

Any suggestions would be most welcome

Aidan

_________________________________________________________________
Rate your skiving credentials with our Slack-o-meter http://www.slack-o-meter.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to