Hi,
I am running a java application built with Maven2.
1) I used a assembly goal and run it using mvn assembly:assembly. I got 2
jar files instead of one they are as follows.
java_app-1.0-SNAPSHOT-jar-with-dependencies.jar
java_app-1.0-SNAPSHOT.jar
I wanted to eliminate java_app-1.0-SNAPSHOT.jar file.
2) I have a resource file (a log4j.properties file) there is a dinamic
variable ${APP_HOME} that application cannot replace with original value
while running. I tested it in windows and linux too. in both the places it
is not filling with oeiginal exported value.
Please help.
Thanks in advance.
Swaroop Kunduru.
--
View this message in context:
http://www.nabble.com/Two-jars-and-also-cannot-read-the-resource-file-tp20431644p20431644.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]