Hi Nick,

On 24/04/2008, at 6:50 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote:

It would be something like:

<build>
   <plugins>
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-dependency-plugin</artifactId>
       <version>2.0</version>
       <executions>
         <execution>
           <id>list-deps</id>
           <phase>generate-resources</phase>
           <goals>
              <goal>list</goal>
           </goals>
           <configuration>
               <outputFile>foo.txt</outputFile>
           </configuration>
         </execution>
       </executions>
   <plugins>
</build>

Nice. Thanks for that. And/Or I suppose I could use antrun to transform the output as needed.

with regards,
--

Lachlan Deck




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

Reply via email to