I've never seen Maven delete the /src directory (clean only delete build) so I unfortunately don't know what to say to you. There shouldn't be anything you have to do to avoid that situation. That said, I highly recommend you use a version control system in case something is deleted (i.e. Git, SVN, etc.)
On Thu, Dec 12, 2013 at 11:34 AM, allen joslin <[email protected]>wrote: > Hi there, > > I was following the best practices tutorial and had created the > $PROJECT_HOME/src/main/webapp/WEB-INF/ folder and put in the > deployerConfigContext.xml file and did the: mvn clean package -- whic > worked just fine > > But the $PROJECT_HOME/src folder is then GONE, I don't think that's > supposed to happen... > > I was given maven3 instead of maven2 on the machine I'm using -- did > that cause the trouble? > > How can I avoid losing my additions? > > thanks > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
