You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Nick Maiorana (JIRA)" <ji...@codehaus.org> on 2009/03/13 15:44:13 UTC

[jira] Created: (MECLIPSE-532) Working with Bundle dependenices

Working with Bundle dependenices
--------------------------------

                 Key: MECLIPSE-532
                 URL: http://jira.codehaus.org/browse/MECLIPSE-532
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Bug
          Components: M2Eclipse support
         Environment: Windows XP Pro, 
Eclipse Version: 3.4.2 Build id: M20090211-1700
m2eclipse 0.9.7.200902090947
Maven 2.0.10

            Reporter: Nick Maiorana


Still can't get m2eclipse recognizing the Bundle type from org.springframework spring-security-core-tiger 2.0.4

If I run the maven build from the command line it pulls in the jar file from spring-security-core-tiger, from eclipse it's not listed as a Maven dependency.  I added the

			<plugin>
				<groupId>org.apache.felix</groupId>
				<artifactId>maven-bundle-plugin</artifactId>
				<version>1.4.3</version>
				<extensions>true</extensions>
			</plugin>

to the build section of my pom file.  If I run a maven package, it succeeds but eclipse still has no knowledge of the jar file.  This results in an error for my java classes using those artifacts.

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