Placinta Alexandru
Placinta Alexandru

Reputation: 503

How does maven know to package web application?

I just used web-app archetype maven and develop in this style directory, calling the "mvn package" produces the right way of package, I found these configuration in eclipse by right click on application and deployment assembly, but where are these configurations located?

I think that they are maven related, not eclipse, so where they are?

Are they default for web-app archetype?

And how to add other con-fig paths like src/main/java ->(deploy path) /WEB-INF/classes for packaging information?

Upvotes: 0

Views: 57

Answers (0)

Related Questions