Yeah, this looks strange to me too. I don't think we should have anything in the target dir of any module in SVN. Can we have it in src/test/resources then move it over to target as part of the build.
Jeremy On 26 February 2010 16:28, Joe Bohn <[email protected]> wrote: > > This change exposed a problem with a hack that I've been using for a long > time and I thought I should get some recommendations. > > For a while now (like years) I've been cleaning out my mvn builds using a > custom script rather than "mvn clean". I had problems at one point in the > past where "mvn clean" didn't really clean up everything ... but simply > finding and removing all "target" directories did a great job (and was even > faster than "mvn clean"). However, this change caused me some grief because > when I ran my script to purge all "target" directories after this change I > removed some important source files. > > So that leads to the following questions: > 1) Is my hack really bad and should I never use it again? > 2) Do we want to name source files with "target" in the path when target has > a special meaning in maven builds and is often set to be ignored? > > Regards, > Joe > > > [email protected] wrote: >> >> Author: djencks >> Date: Fri Feb 26 02:17:38 2010 >> New Revision: 916538 >> >> URL: http://svn.apache.org/viewvc?rev=916538&view=rev >> Log: >> ARIES-120 add a couple missing test files >> >> Added: >> >> incubator/aries/trunk/application/eba-maven-plugin/src/test/resources/unit/basic-eba-test/target/ >> >> incubator/aries/trunk/application/eba-maven-plugin/src/test/resources/unit/basic-eba-test/target/test-eba.jar >> (with props) >> >> Added: >> incubator/aries/trunk/application/eba-maven-plugin/src/test/resources/unit/basic-eba-test/target/test-eba.jar >> URL: >> http://svn.apache.org/viewvc/incubator/aries/trunk/application/eba-maven-plugin/src/test/resources/unit/basic-eba-test/target/test-eba.jar?rev=916538&view=auto >> >> ============================================================================== >> Binary file - no diff available. >> >> Propchange: >> incubator/aries/trunk/application/eba-maven-plugin/src/test/resources/unit/basic-eba-test/target/test-eba.jar >> >> ------------------------------------------------------------------------------ >> svn:mime-type = application/java-archive >> >> >> > > > -- > Joe >
