Re: How to generate-sources always ?

2007-10-08 Thread Matthias Marchart
I'm doing the source:jar creation on install, deploy as follows ... .. maven-source-plugin ${project.build.directory} ${project.artifactId} true make-sources package jar Be

Re: assembly - plugin

2007-09-05 Thread Matthias Marchart
t; artifact's classifier ..." > > So when referencing the deployed assembly from another project, > something like this should work: > > >your.group.id >your-artifact-id >3.14.15.9 >your-assembly-id > > > -Tim > > [1] http://maven.ap

Re: assembly - plugin

2007-09-05 Thread Matthias Marchart
> single > > > > > [...] > > This executes the assembly-plugin as part of the 'package' phase of the > project and attaches the built assembly to your project, the deploy > plugin then will automatically pick up this ad

assembly - plugin

2007-09-05 Thread Matthias Marchart
Hello! My questions concerns the assembly-plugin (see http://maven.apache.org/plugins/maven-assembly-plugin/) Is there a way to install the assembly's created during the package - phase to the local repository? I like to refer the assembly in a other project ... Thanks for your help! Matthia