-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support the WAR lifecycle #8
Comments
+1 for WAR support |
+1, Servlet app are still quite common nowadays :) (and if we want to use Takari on XWiki's build we'll need that support) |
As long as I can have takari-lifecycle projects as dependencies of WAR modules in Eclipse, I'd probably be ok with not having the WAR module itself using the life-cycle. Just making some first steps towards switching to the new lifecycle so far, so no really formed opinion yet. Not even sure yet whether the takari-lifecycle actually speeds up anything for m2e projects in Eclipse, since Eclipse already comes with incremental compile. |
What is the probable improvement impact? Improvement only if the Java code is in the WAR module? Since my WAR modules simply assemble jars into lib, loose non-compiled files, and a handful of Spring config .java -> .class files into archive, without intimate details, I wonder that the largest improvement is with assembly plugin or the Java jar program in this case. |
People have some questions so I'll write something up about the benefits and why you might want to use the Takari Lifecycle for WAR projects. |
+1 for the issue |
Definitely interested as well. So +1 or more from me ;-) |
+1 |
1 similar comment
+1 |
What is the status on this? Is it actually up for implementation, or are there too few votes to be considered? |
I plan to implement it but it likely won't be until August at the very least. |
+1 as well |
It would be awesome, +1 for WAR packaging. |
+1 |
1 similar comment
+1 |
@jvanzyl it would be awesome to see this implemented or get the writeup "about the benefits and why you might want to use the Takari Lifecycle for WAR projects." |
Currently there is no support for producing WAR files. This is probably not completely straight forward but if enough people ask for it we'll consider implementing it.
The text was updated successfully, but these errors were encountered: