Levitt, David, Bookspan wrote on Wednesday, August 17, 2005 4:46 PM: > I modified the project.properties file to > #maven.uberjar.main=com.bookspan.referral.MyPoints > maven.javaapp.mainclass=com.bookspan.referral.MyPoints > > and tried running the goal [both "maven javaapp" and "maven > javaapp:jar"], and got the unhelpful message: > C:\src\MyPoints>maven javaapp __ __ >> \/ |__ _Apache__ ___ >>> \/| / _` \ V / -_) ' \ ~ intelligent projects ~ >> _| |_\__,_|\_/\___|_||_| v. 1.0.2 > BUILD FAILED > Goal "javaapp" does not exist in this project.
This just means, that you did not install it. Available from maven-plugins.sf.net. You might add it as dependency though. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
