[ 
http://jira.codehaus.org/browse/MDEP-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=222009#action_222009
 ] 

Nikola Petrov commented on MDEP-192:
------------------------------------

Can someone please commit this before the next release. This bug is getting old 
and is breaking too many stuff. The dependency:list goal has the same problem.

> generated classpath should match what maven produces
> ----------------------------------------------------
>
>                 Key: MDEP-192
>                 URL: http://jira.codehaus.org/browse/MDEP-192
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>          Components: build-classpath
>    Affects Versions: 2.0, 2.1
>         Environment: all
>            Reporter: deckrider
>            Assignee: Brian Fox
>         Attachments: build-classpath.patch
>
>
> The generated classpath should be what maven produces, but appears to be in 
> some other order when the following configuration is used for both version 
> 2.0 and today's (Dec 12, 2008) latest trunk:
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-dependency-plugin</artifactId>
>         <executions>
>           <execution>
>             <id>classpathUnix</id>
>             <phase>generate-sources</phase>
>             <goals>
>               <goal>build-classpath</goal>
>             </goals>
>             <configuration>
>               <pathSeparator>:</pathSeparator>
>               <prefix>${project.artifactId}</prefix>
>               
> <outputFile>${project.build.directory}/${project.artifactId}-unix.classpath</outputFile>
>             </configuration>
>           </execution>
>         </executions>
>       </plugin>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to