Hi all,
this is prolly a m2eclipse question, but maybe someone has encountered
the problem and can help me out :)
The m2eclipse plugin v0.0.10 fails to resolve osgi-bundle dependencies.
eg..
...
<dependency>
<groupId>my.group.id</groupId>
<artifactId>my-artifact</artifactId>
<version>${pom.version}</version>
<scope>provided</scope>
<type>osgi-bundle</type>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix.plugins</groupId>
<artifactId>maven-osgi-plugin</artifactId>
<extensions>true</extensions>
</plugin>
... results in ...
5/16/07 4:35:12 PM CEST: Missing:
1) my.group.id:my-artifact:osgi-bundle:9.0.0
Try downloading the file manually from the project website.
...
When I remove the type from the dependency all is well in m2eclipse, but
then a full reactor build on the commandline will fail because it will
look for type jar.. so I guess I need it.
Any clue on how I get this to work in harmony?
best regard,
Bram
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]