features - to its bundle

Issue #29 closed
Evgeniy Kirichenko created an issue

<plugin> <groupId>org.apache.karaf.tooling</groupId> <artifactId>features-maven-plugin</artifactId> <version>2.3.3</version> <executions> <execution> <id>create-kar</id> <goals> <goal>create-kar</goal> </goals> <configuration> <featuresFile>${project.basedir}/src/main/resources/features.xml</featuresFile> </configuration> </execution> </executions> </plugin>

Comments (3)

  1. Roman Sakno

    What do you mean, bro? This is just a portion of XML. Can you write more detailed explanation about task goals?

  2. Evgeniy Kirichenko reporter

    Sorry for such silly described an issue. I meant we should move each feature to the bundle it belong to. But as far as I can see, this is the bad idea indeed - current location of features and the project structure work better.

  3. Log in to comment