# added your custom remote repository for your artifacts.. maven.repo.remote=http://www.ibiblio.org/maven,http://mevenide.codehaus.org/repository,http://www.codeczar.com/maven # use given manifest file #maven.jar.manifest=${maven.src.dir}/conf/manifest.mf maven.multiproject.excludes=project.xml maven.multiproject.includes=**/project.xml # ------------------------------------------------- # # site # ------------------------------------------------- # #maven.xdoc.includeProjectDocumentation = yes #maven.javadoc.mode.online=false maven.scm.svn.module=jradiodj maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory maven.javadoc.source=1.5 maven.compile.encoding=UTF-8 maven.docs.outputencoding=UTF-8 # ------------------------------------------------- # # skip tests if there are none # ------------------------------------------------- # #maven.test.skip=true # ------------------------------------------------- # # netbeans IDE related. you can define your own custom goal mappings to the default IDE actions # For more possibilities, see the http:/mevenide.codehaus.org/mevenide-netbeans-project/properties.html . # ------------------------------------------------- # #maven.netbeans.exec.build=jar:install #maven.netbeans.exec.rebuild=clean ${maven.netbeans.exec.build} #maven.netbeans.exec.multiprojectbuild=-Dgoal=jar:install multiproject:goal # ------------------------------------------------- # # building parameters # ------------------------------------------------- # maven.compile.source=1.5 maven.compile.target=1.5 maven.compile.optimize=on # ------------------------------------------------- # # tomcat-plugin parameters # ------------------------------------------------- # maven.war.src=web #maven.war.webxml=web/WEB-INF/web.xml maven.tomcat.port=8084 maven.tomcat.username=ide maven.tomcat.password=hynS8xpl maven.tomcat.precompile=false