# ----------------------------------------------------------------------------- # 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://cvs.apache.org/repository/, http://mirrors.sunsite.dk/maven/, http://www.apache.org/dist/java-repository/, http://people.apache.org/~ips/maven-repo/ # 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 # If you are behind a HTTP proxy, uncomment and modify the following line for your setup #maven.junit.jvmargs = -DproxySet=true -Dhttp.proxyHost= -Dhttp.proxyPort= # WAR PLUGIN ############## # Target dir for our webapp maven.war.build.dir = ${maven.build.dir} webapp.name = wsrf 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} # setting distribution URL enables generation of download report maven.xdoc.distributionUrl = http://mip.esr.hp.com/wsdm/jmuws/dist/ # 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 Issuezilla maven.changes.issue.template = %URL%/issues/show_bug.cgi?id=%ISSUE% #JAVADOC PLUGIN ################## #comma separated list of package names maven.javadoc.excludepackagenames = org.apache.ws.util.i18n.doclet,org.apache.ws.resource.handler.axis,org.apache.ws.resource.i18n,org.apache.ws.resource.impl,org.apache.ws.resource.lifetime.v2004_06.porttype.impl,org.apache.ws.resource.lifetime.v2004_11.porttype.impl,org.apache.ws.resource.metadataexchange.v2004_09.porttype.impl,org.apache.ws.resource.properties.impl,org.apache.ws.resource.properties.query.impl,org.apache.ws.resource.properties.query.xpath.impl,org.apache.ws.resource.properties.v2004_06.impl,org.apache.ws.resource.properties.v2004_06.porttype.impl,org.apache.ws.resource.properties.v2004_11.impl,org.apache.ws.resource.properties.v2004_11.porttype.impl,org.apache.ws.resource.tool.porttype.v2004_06,org.apache.ws.resource.tool.porttype.v2004_09,org.apache.ws.resource.tool.porttype.v2004_11,org.apache.ws.resource.tool.velocity,org.apache.ws.util.i18n,org.apache.ws.util.jndi,org.apache.ws.util.jndi.tools,org.apache.ws.util.lock,org.apache.ws.util.platform.axis.tool,org.apache.ws.util.test.axis,org.apache.ws.util.velocity,org.apache.ws.util.xml,org.apache.ws.util.xml.impl #default is protected and higher #maven.javadoc.public=true # MAVEN.XML GOALS ################### site.dest.dir = ${maven.build.dir}/website wsa.wsdl.src.dir = wsa-xbeans/src/wsdl wsrf.wsdl.src.dir = wsrf-xbeans/src/wsdl spec.wsdl.dest.dir = ${maven.war.webapp.dir}/spec