Hi,
I'm trying to use the maven-bundle-plugin to generate a manifest and
service component files (plugin def below), however I only get the
Manifest.MF file generated with pointers to service component files
which don't exist e.g. Service-Component:
OSGI-INF/org.apache.axiom.injection.FactoryInjectionComponent.xml

I was wondering if you'd expect this to work, and what I need to do to
debug it or get it to work, or if this is a bug I should raise?

Thanks,
David

                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                <version>1.5.0-SNAPSHOT</version>
                                <executions>
                                        <execution>
                                                <id>bundle-manifest</id>
                                                <phase>process-classes</phase>
                                                <goals>
                                                        <goal>manifest</goal>
                                                </goals>
                                                        <configuration>
          <instructions>
            
<Service-Component>org.apache.axiom.injection.FactoryInjectionComponent</Service-Component>
          </instructions>
        </configuration>
                                        </execution>
                                </executions>
                        </plugin>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to