RE: can maven package all the dependence jar files in the war file?

2008-01-30 Thread Blue.Thomas
Rex, I think you can set archiveClasses to true if you want the WAR's class files in a jar file: http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#archiveCl asses -Original Message- From: Rex Huang [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 7:40 AM To:

RE: Refresh local repository SNAPSHOTS every morning

2007-12-17 Thread Blue.Thomas
It's our own SNAPSHOTS. We're using Artifactory for both our internal artifacts and as a proxy to external repos. I disabled our nightly builds so SNAPSHOTS aren't pulled down unnecessarily - crisis averted. One thing to keep in mind when it comes to the transition from ant to maven is

RE: Refresh local repository SNAPSHOTS every morning

2007-12-13 Thread Blue.Thomas
It's not a problem as much as a curiosity. We just moved from Ant to Maven, and I want to reduce any increase of build times to ease the transition for the team - most of which have yet to migrate from the Ant branches of the projects to the new Maven-ized main line. Building our main ear pulls

Refresh local repository SNAPSHOTS every morning

2007-12-13 Thread Blue.Thomas
Hi all, Is there a way to refresh the SNAPSHOTS in your local repository? We have nightly builds for all of our projects, and every morning there are new SNAPSHOTS in our internal repository to pull down, whether they contain changes or not. I'd like to be able to update all of my local

RE: Add third parties libraries as dependencies

2007-12-07 Thread Blue.Thomas
I've run into this as well. If you depend on an artifact that in turn has system scoped dependencies, the build fails during validation (mvn -X gives you more info). Either the intention is to keep system scoped dependencies defined in the pom of the project you're building (and keep them out of