# ----------------------------------------------------------------------------- # 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://www.apache.org/dist/java-repository/, http://cvs.apache.org/repository/, http://mirrors.sunsite.dk/maven/, http://people.apache.org/~ips/maven-repo/ #http://crewman-3.ivs.tu-berlin.de/maven-repos/ # TODO: remove ips's maven repo from here... # 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 = pubscribe 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.eventing,org.apache.ws.eventing.porttype.impl,org.apache.ws.eventing.pubsub,org.apache.ws.eventing.services,org.apache.ws.notification.base.impl,org.apache.ws.notification.base.v2004_06.impl,org.apache.ws.notification.base.v2004_06.porttype.impl,org.apache.ws.notification.tool.v2004_06,org.apache.ws.notification.topics.expression.impl,org.apache.ws.notification.topics.impl,org.apache.ws.pubsub.i18n,org.apache.ws.util.uuid.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 Issuezilla maven.changes.issue.template = %URL%/issues/show_bug.cgi?id=%ISSUE% # MAVEN.XML GOALS ################### site.dest.dir = ${maven.build.dir}/website spec.wsdl.src.dir = wsn-xbeans/src/wsdl spec.wsdl.dest.dir = ${maven.war.webapp.dir}/spec