java - Goal: package in maven . what does this mean -
i new maven , porting java project maven project . installed maven plugin , set environment . steps followed
1) used inbuild convert maven option in eclipse 2) updated pom repo info , dependency info
when try , run maven project asks me enter goal . read on supposed enter package . not sure means , lot of googling later still not able understand means . converting project jar ??
yes, should place compiled class files jar located in src/main/resources
folder. once start configuring other plugins in <build>
portion of pom, package
may behave differently , produce else such ejb, war or ear.
you should take @ maven page on build lifecycles
also, jesper said, isn't place such simple question.
Comments
Post a Comment