undur / vermilingua-maven-plugin

A maven plugin to build WO applications and frameworks
5 stars 1 forks source link

Allow building of project without components/resources #16

Closed hugithordarson closed 2 years ago

paulhoadley commented 3 years ago

This one sounds interesting. What's the use case here?

hugithordarson commented 3 years ago

Well, none of these folders are technically required. A regular maven project with a single DirectAction class and a build.properties to identify the primary class, could be a valid WO project.

A side effect is that it allows you to create a WOA out of any java project (as long as you add that build.properties). I was trying it out to test deployment of this yesterday. It feels… interesting.

hugithordarson commented 2 years ago

Components/Resources/WebServerResources are now optional, so we can build and launch any general purpose java project.