The build classpath mojo is new to alpha-2. It should be released soon,
until then you can use a SNAPSHOT or build and install locally. 

-----Original Message-----
From: Aidan O'Donnell [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 01, 2007 5:10 AM
To: [email protected]
Subject: Dependency build classpath


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]


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

Reply via email to