spring - mvn package puts a billion jar files in my /target folder. Now what? -


i'm running mvn package command line leaves /target folder containing billion jar files. how take , run in vfabric tc server command line?

basically, find ./ -iname "*jar*" shows:

./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/log4j-1.2.15.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/antlr-2.7.7.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/aopalliance-1.0.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/aspectjrt-1.6.10.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/commons-dbcp-20030825.184428.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/commons-fileupload-1.3.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/commons-io-2.2.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/commons-lang3-3.1.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/dom4j-1.6.1.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/hibernate-commons-annotations-4.0.1.final.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/hibernate-core-4.2.1.final.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/hibernate-entitymanager-4.2.1.final.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/hibernate-jpa-2.0-api-1.0.1.final.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/jackson-core-asl-1.9.13.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/jackson-mapper-asl-1.9.13.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/javassist-3.15.0-ga.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/javax.inject-1.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/jboss-logging-3.1.0.ga.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/jboss-transaction-api_1.1_spec-1.0.1.final.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/jcl-over-slf4j-1.6.6.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/json-path-0.9.1.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/json-smart-1.2.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/jstl-1.2.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/ognl-3.0.6.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/opencsv-2.3.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/postgresql-9.3-1100-jdbc41.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/slf4j-api-1.6.6.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/slf4j-log4j12-1.6.6.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-aop-3.1.1.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-asm-3.1.1.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-beans-3.1.1.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-context-3.1.1.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-context-support-3.1.1.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-core-3.1.1.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-expression-3.1.1.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-jdbc-3.1.1.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-security-config-3.2.0.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-security-core-3.2.0.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-security-web-3.2.0.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-tx-3.1.1.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-web-3.2.6.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/spring-webmvc-3.1.1.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/thymeleaf-2.1.2.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/thymeleaf-spring3-2.1.2.release.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/tomcat-jdbc-7.0.47.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/tomcat-juli-7.0.47.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/xpp3_min-1.1.3.4.o.jar ./target/hp-dsat-1.0.0-build-snapshot/web-inf/lib/xstream-1.2.jar 

i don't see specific jar file project though. should see hp-dsat.jar?

there should war or jar file in target folder named hp-dsat-1.0.0-build-snapshot. 1 put webapps folder.

you have 2 choices, either copy entire hp-dsat-1.0.0-build-snapshot folder or war file.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -