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>