# ----------------------------------------------------------------------------- # Default properties for the Maven build. You can override these properties # either by defining a build.properties file with the overriden properties # or by passing them on the command line as system parameters (-D). # ----------------------------------------------------------------------------- # MAVEN CORE ############## # comma-spearated list of remote JAR repository URLs maven.repo.remote = http://people.apache.org/~scamp/maven-repo/, http://people.apache.org/repository/, http://cvs.apache.org/repository/, http://www.apache.org/dist/java-repository/, http://mirrors.sunsite.dk/maven/, http://people.apache.org/~ips/maven-repo/ #todo remove Ian's Maven Repo from this list # JAVA PLUGIN ############## maven.compile.debug = on maven.compile.source = 1.4 maven.compile.target = 1.4 # TEST PLUGIN ############## maven.junit.sysproperties = log4j.configuration log4j.configuration = log4j.properties maven.junit.fork = on # WAR PLUGIN ############## # Target dir for our webapp maven.war.build.dir = ${maven.build.dir} webapp.name = muse maven.war.webapp.dir = ${maven.war.build.dir}/${webapp.name} # JALOPY PLUGIN ################# # Jalopy code style configuration file maven.jalopy.style = jalopy-config.xml maven.jalopy.fileFormat = UNIX # XDOC PLUGIN ############### # Display project version and date on web site maven.xdoc.date = left maven.xdoc.version = ${pom.currentVersion} #JAVADOC PLUGIN ################## #comma separated list of package names maven.javadoc.excludepackagenames = org.apache.ws.mows.tool.v1_0,org.apache.ws.muws.impl,org.apache.ws.muws.tool.v1_0,org.apache.ws.muws.v1_0.capability.impl,org.apache.ws.muws.v1_0.events.impl,org.apache.ws.muws.v1_0.impl,org.apache.ws.muws.v1_0.impl.advertiser,org.apache.ws.muws.v1_0.topics.impl #default is protected and higher #maven.javadoc.public = true # CHANGELOG PLUGIN #################### # Tells changelog plugin we're using SVN, not CVS maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory # CHANGES PLUGIN ################## # For the changes plugin to link issue with JIRA maven.changes.issue.template = http://nagoya.apache.org/jira/browse/MUSE-%ISSUE% # MAVEN.XML GOALS ################### site.dest.dir = ${maven.build.dir}/website wsdm.wsdl.src.dir = wsdm-xbeans/src/wsdl spec.wsdl.dest.dir = ${maven.war.webapp.dir}/spec