-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jarl,
Why is the war file being built in Tomcat's webapps directory? Could you please post your pom.xml file? Also, you might want to run with the -X script to see what's going on. I think in general if you want to deploy from Maven to Tomcat, it is better to use the Tomcat Maven plugin. Just leave the standard destination folder (target) as is, and then use the Tomcat Maven plugin to deploy to a running Tomcat. If you want, you can actually run an embedded Tomcat and set up a continuous deployment. Then, when you save a file, a build and deploy gets triggered automatically. I use NetBeans, so a lot of this happens already with the Maven / NetBeans integration. . . . just my two cents /mde/ On 11/9/2015 12:00 PM, Jarl wrote: > Once a 'clean' is performed all subsequent builds leave classes > directory empty. I can copy a working project to a new directory > but i can only get the first build to work. Is there way to > actually clean maven build artifacts other than mvn clean? > > On 11/9/2015 8:30 PM, Karl Heinz Marbaise wrote: >> Hi, >> >> those lines: >> >> [INFO] Assembling webapp [myProject] in >> [C:\myProject\target\myProject-2.1.0] [INFO] Processing war >> project [INFO] Copying webapp resources >> [C:\myProject\src\main\webapp] [INFO] Webapp assembled in [661 >> msecs] [INFO] Building war: >> C:\apache-tomcat-7.0.64\webapps\myProject-2.1.0.war [INFO] >> >> look strange cause building the war is a different folder than >> building the rest of the project... >> >> Have you tested to do a mvn clean ... >> >> before doing mvn package ? >> >> Kind regards Karl Heinz Marbaise >> >> On 11/9/15 8:13 PM, Jarl wrote: >>> No error messages. >>> >>> [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) >>> @ myProject--- [INFO] Changes detected - recompiling the >>> module! [INFO] Compiling 295 source files to >>> C:\myProject\target\classes [INFO] [INFO] --- >>> maven-war-plugin:2.3:war (default-war) @ myProject--- [INFO] >>> Packaging webapp [INFO] Assembling webapp [myProject] in >>> [C:\myProject\target\myProject-2.1.0] [INFO] Processing war >>> project [INFO] Copying webapp resources >>> [C:\myProject\src\main\webapp] [INFO] Webapp assembled in [661 >>> msecs] [INFO] Building war: >>> C:\apache-tomcat-7.0.64\webapps\myProject-2.1.0.war [INFO] >>> [INFO] --- maven-install-plugin:2.4:install (default-install) @ >>> myProject--- [INFO] Installing >>> C:\apache-tomcat-7.0.64\webapps\myProject-2.1.0.war to >>> C:\Users\admin\.m2\repository\com\nsb\myProject\myProject\2.1.0\myPr oject-2.1.0.war >>> >>> >>> >>> >>> [INFO] Installing C:\myProject\pom.xml to >>> C:\Users\admin\.m2\repository\com\nsb\myProject\myProject\2.1.0\myPr oject-2.1.0.pom >>> >>> >>> >>> >>> [INFO] >>> -------------------------------------------------------------------- - ---- >>> >>> >>> [INFO] BUILD SUCCESS >>> [INFO] >>> -------------------------------------------------------------------- - ---- >>> >>> >>> [INFO] Total time: 8.935 s >>> [INFO] Finished at: 2015-11-09T19:47:32+01:00 [INFO] Final >>> Memory: 23M/224M >>> >>> >>> >>> On 11/9/2015 8:04 PM, Karl Heinz Marbaise wrote: >>>> >>>> Error messages ? Log output ? >>>> >>>> >>>> Kind regards Karl Heinz Marbaise On 11/9/15 7:59 PM, Jarl >>>> wrote: >>>>> The build succeeds but the target/classes directory is >>>>> empty of any class files. >>>>> >>>>> -Jarl >>>>> >> >> --------------------------------------------------------------------- >> >> >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWQQivAAoJEEFGbsYNeTwtb2cIAKNE3aw2aK5Gscq5LSfsoYO5 muMCbfXv6pEiipYCilA2E8Ga2Hgfi74WPLhRBb5XMpkD5U6rco0RWgQiW7GdqcOp i7pwz3OTc29Ito2STIiLjM2JKb/4RXoB34KvV09dRqYXSgMVRYI/s5XbTGd9Nnzb 9sBa7Sk9oI1ctGZyTKTGE+N8C4G9ff4Sma6laJrNIN00L/xYvqBMQ4/oXzWsz14C WBDcuBxpsKp44FEvLAxVzfQ96MHclTg/AL7cG8WeqU2Up6nk/N9rSR3CjaNMgvl9 IFuFHpmtgGTyjqNlvFkRFyYF9GApBJKZOLWxSclRDccjwrxZUVXuGuRfOIt+aew= =EcYK -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
