Just a question hopefully to understand Felix, Maven and POM... interaction
I thought maven is s.th. like ANT in principle and can be extended via plugins - so far so good Maven is used to build felix framework - so far so good BUT why are many bundles in Felix part of maven or s.th. like plugins - I don't understand the following lines in POM files located in many felix bundles (like: /felix/trunk/main/pom.xml or /felix/trunk/examples/servicebased.host/pom.xml) <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> If I understood maven POM description correctly, the artifactId is the "parent project" to which the POM belongs to and is located in the groupID within that project. What does the "maven-bundle-plugin" should tell me ? Thnx, Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

