You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/09/28 03:00:15 UTC

[jira] Updated: (MNG-956) There sould be possible to add additional classpath entry in plugin configuration

     [ http://jira.codehaus.org/browse/MNG-956?page=all ]

Brett Porter updated MNG-956:
-----------------------------

    Fix Version: 2.0-beta-3

> There sould be possible to add additional classpath entry in plugin configuration
> ---------------------------------------------------------------------------------
>
>          Key: MNG-956
>          URL: http://jira.codehaus.org/browse/MNG-956
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-eclipse-plugin
>     Reporter: Kaare Nilsen
>      Fix For: 2.0-beta-3

>
>
> In the case of using a code generation plugin like e.g. XmlBeans. There should be a way of adding the generated artifact as an additional classpath entry in the eclipse project.
> As it is today no projects using xmlbeans will be a valid eclipse project due to some files are just in the generated jar.
> Hopefully this will be fixed in the xmlbeans plugin, but it would anyhow be a nice feature to the eclipseplugins.
> example :
> ...
> <configuration>
>   <additionalClasspathEntries>
>       <entry>target/schemas.jar</entry>
>   </additionalClasspathEntries>
> </configuration>

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org