I have a project which builds a mega-bundle WAR.  This project references
another maven project with src code.  The WAR project does not have any src
code.  Is it possible to use the maven-bundle-plugin in this situation to
generate the MANIFEST.MF or do the mvn projects need to be re-architected
and possibly collapsed into one project?  Currently I am using a custom
hand-written MANIFEST.MF:

            <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-war-plugin</artifactId>
                                <configuration>
                                        <archive>
                                                
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
                                        </archive>
                                </configuration>
                        </plugin>



--
View this message in context: 
http://karaf.922171.n3.nabble.com/no-source-code-in-project-using-mvn-bundle-plugin-tp4032253.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to