History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17144
Type: Bug Bug
Status: Open Open
Assignee: Anton Makeev
Reporter: M.J.Milicevic
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Maven plugin fails on org.apache.felix.plugins

Created: 13 Feb 08 21:07   Updated: 13 Feb 08 21:07
Component/s: Maven Integration

Environment: Linux

Build: 7,693


 Description  « Hide
could not resolve pre-scanned plugin artifact (for use as an extension) failed to resolve plugin.

command line with mvn building works ok

example:
<build>
<plugins>
<plugin>
<groupId>org.apache.felix.plugins</groupId>
<artifactId>maven-osgi-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<osgiManifest>
<bundleActivator>xxx</bundleActivator>
<bundleName>xxx</bundleName>
<bundleVendor>xxx</bundleVendor>
<bundleSymbolicName>xxx</bundleSymbolicName>
</osgiManifest>
</configuration>
</plugin>
</plugins>
</build>



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.