Hi Everyone,
I have project where the source code in the basedirectory, this is an SCA
module so it has source code in the basedir. During mvn install phase, I run
serviceDeploy task on the jar,
I was using keep=true which keeps the working directory in the target
directory. Now when I run mvn deploy, it tries to compile code and it tries
to compile
the code even from the target/tempworkingdirectory..
sample pom file...
<sourceDirectory>${basedir}</sourceDirectory>
<finalName>${pom.artifactId}</finalName>
... is there a filter for sourceDirectory so that we can exclude
java files from target directory...
how do I exclude java files from the target directory...
--
-Gautham Pamu