RE: Releasing artifacts with and without debug info

2013-12-12 Thread Dimitar Gospodinov
Hi, We have similar situation on several of our projects - we need to generate fully debugable artifacts and also artifacts stripped from all debuging information, optimized and obfuscated. To resolve this we use classifiers and profiles. By default everything is built with full debug informatio

RE: Classifier not added to artifact when building module

2012-08-22 Thread Dimitar Gospodinov
e record that gets deployed to > the maven repo (local or remote) so you loose all tracability of what > profiles were active when your artifact was built and deployed to the maven > repo... much fun ensues. > > Keep your life simple. Follow the rules. > > -Stephen > >

RE: Classifier not added to artifact when building module

2012-08-21 Thread Dimitar Gospodinov
Thank you for the suggestion, but this does not help and explain why it works once and does not work second time. > Date: Mon, 20 Aug 2012 11:20:59 -0500 > Subject: Re: Classifier not added to artifact when building module > From: wayne...@gmail.com > To: users@maven.apache.org > > > The proje