Hello everyone, We are finally updating our WebObjects applications and frameworks to build with Maven.
I’ve seen Wonder seems to use this plugin: <plugin> <groupId>org.wocommunity</groupI> <artifactId>wolifecycle-maven-plugin</artifactId> <version>2.5</version> </plugin> But I’ve also seen in the SimpleWOApp from Ramsey this one: <plugin> <groupId>io.github.wocommunity</groupI> <artifactId>wolifecycle-maven-plugin</artifactId> <version>2.7</version> </plugin> This one the version is 2.7. Does anybody know the differences between these two? Which one should we use? Also, our projects still use the Fluffy Bunny layout: Sources/ Resources/ WebServerResources/ … When the frameworks build I noticed that the .jar file is not including the Resources folder which is causing some exceptions. Should Resources be included inside the .jar file? Also, the application seems to be built with all Frameworks embedded within the app. What determines whether or not frameworks are embedded in the application? Thank you Ricardo Parada
