The use of classifiers may help out in this case.
The major Maven packaging plugins like jar, ear, and war allow the use of a 
classifier to be configured. For each of your streams if you pass in a property 
at build time -Dstream=<value> then you could set the classifier to this 
property and all your built artifacts would live side by side in the repo and 
each distinguished by the property.

--
Robert

-----Original Message-----
From: Avihaimar [mailto:avihai...@yahoo.com] 
Sent: Monday, June 01, 2009 1:20 PM
To: users@maven.apache.org
Subject: Maven repostiry for same projects,but different streams


Hey,

I have different streams for the same projects.
Each task effort has its own stream (all streams are child streams of the
integration stream).

I want to be able to run builds for each stream on the integration machine.
The problem is that the artifact names are the same , so the only possible i
think on it is to include the stream name in the artifact name, so when new
stream is created his name will be a parameter to the artifact name.
Another suggestions?

Thank you
-- 
View this message in context: 
http://www.nabble.com/Maven-repostiry-for-same-projects%2Cbut-different-streams-tp23821087p23821087.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to