[mevenide-dev] [jira] Resolved: (MEVENIDE-484) dependency is not added in the Netbeans project's classpath for custom artifact types
"Milos Kleint (JIRA)" <jira-yCVjj/[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.maven.mevenide.devel |
|---|---|
| Message-ID | <33424692.1205514688945.JavaMail.haus-jira@codehaus01.managed.contegix.com> |
[ http://jira.codehaus.org/browse/MEVENIDE-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Milos Kleint resolved MEVENIDE-484.
-----------------------------------
Resolution: Fixed
hopefully fixed now in http://fisheye.codehaus.org/changelog/mevenide?cs=5008
fingers crossed that it doesn't trigger any significant performance hit..
> dependency is not added in the Netbeans project's classpath for custom artifact types
> -------------------------------------------------------------------------------------
>
> Key: MEVENIDE-484
> URL: http://jira.codehaus.org/browse/MEVENIDE-484
> Project: mevenide
> Issue Type: Bug
> Components: mevenide2-netbeans
> Affects Versions: NB_2.3
> Reporter: MMA
> Assignee: Milos Kleint
> Fix For: NB_3.1
>
>
> We have developed a Maven 2 plugin and use custom artifact types to handle our projects.
> One of our artifact types is actually a JAR file. The definition in our plugin's components.xml looks like the following :
> <component>
> <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
> <role-hint>myCustomType</role-hint>
> <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
> <configuration>
> <extension>jar</extension>
> <type>myCustomType</type>
> <language>java</language>
> <addedToClasspath>true</addedToClasspath>
> <includesDependencies>false</includesDependencies>
> </configuration>
> </component>
> When a Maven project declares a dependency of that type, we expect the JAR file to be added to the classpath. This works with command-line Maven, but not in Mevenide : the dependency is not added in the Netbeans project's classpath.
> Do you use type or extension to determine which dependencies are added to the classpath? Is there any way we could specify our custom artifact types?
--
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 from this list, please visit:
http://xircles.codehaus.org/manage_email