Hi all, I am fairly new to maven but have had it working for almost a year with no real issues. Today I was trying to fix my build problem in continuum and found out it was maven or a plugin that has possibly changed behavior.
I run a build on about 30 modules from continuum and use a command from continuum like... mvn -e -Ddeploylocation=file:///home/apache/ci_repo clean deploy Running the same maven command manually gets this same behavior as continuum does. I noticed that the last time the files in that tree were updated was the 9/19/2008. I also found that the jars I was successfully creating were in their respective workspace/target directories. They were no longer getting copied to the "-Ddeploylocation=" directory. Instead I am seeing this at the end of my build logs. ..... [INFO] [install:install] [INFO] [MAVEN-CORE-IT-LOG] Using output file path: target/install-install.txt [INFO] [MAVEN-CORE-IT-LOG] Creating output file: /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/install-install.txt [INFO] [MAVEN-CORE-IT-LOG] Created output file: /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/install-install.txt [INFO] [deploy:deploy] [INFO] [MAVEN-CORE-IT-LOG] Using output file path: target/deploy-deploy.txt [INFO] [MAVEN-CORE-IT-LOG] Creating output file: /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/deploy-deploy.txt [INFO] [MAVEN-CORE-IT-LOG] Created output file: /usr/local/AppServer/default_host/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/28/target/deploy-deploy.txt [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4 minutes 16 seconds [INFO] Finished at: Tue Sep 23 12:33:32 EDT 2008 [INFO] Final Memory: 63M/233M [INFO] ------------------------------------------------------------------------ Those deploy-deploy.txt and install-install.txt files are all zero bytes. Help? I am at a loss as to what I need to adjust to get the previous behavior of the copy. My guess is that a plugin was updated and I got the new functions. I am trying to nail down my <version> info in my poms but it takes time. I am using Maven 2.0.8 and a 1.5 jdk. thanks, Scott -- View this message in context: http://www.nabble.com/deploy-goal-no-longer-deploying-tp19634893p19634893.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]
