cvs commit: maven-components/maven-plugins/maven-assemble-plugin build.sh pom.xml

2005-04-05 Thread brett
brett 2005/04/05 18:49:06 Modified:maven-plugins/maven-assemble-plugin build.sh pom.xml Log: fix build issues Revision ChangesPath 1.3 +12 -3 maven-components/maven-plugins/maven-assemble-plugin/build.sh Index: build.sh

Re: cvs commit: maven-components/maven-plugins/maven-assemble-plugin build.sh

2005-03-30 Thread Jason van Zyl
On Wed, 2005-03-30 at 22:06 +0200, Emmanuel Venisse wrote: > Why do you write a specific build script? > Why you don't use only m2 install? It's a problem with plexus where the same component is referenced by more than a single component. It's a ClassLoader problem that shows itself when dynamica

cvs commit: maven-components/maven-plugins/maven-assemble-plugin build.sh

2005-03-30 Thread brett
brett 2005/03/30 07:41:23 Modified: maven-plugins/maven-assemble-plugin/src/main/java/org/apache/maven/plugin/assemble AssembleMojo.java maven-plugins/maven-assemble-plugin build.sh Added: maven-plugins/maven-assemble-plugin/src/main/resou

cvs commit: maven-components/maven-plugins/maven-assemble-plugin build.sh

2005-03-17 Thread brett
brett 2005/03/17 17:14:11 Added: maven-plugins/maven-assemble-plugin build.sh Log: work around issue Revision ChangesPath 1.1 maven-components/maven-plugins/maven-assemble-plugin/build.sh Index: build.sh ===