A few more things I have forgotten before the 1.2 release...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114411 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -8,13 +8,16 @@ maven.ejb.client.index=false
|
||||
|
||||
# Location of where ejb sources (non-java) are located.
|
||||
maven.ejb.src=${maven.src.dir}/ejb
|
||||
|
||||
# Location of ejb xml configs - not used atm due to using jar task not ejbjar
|
||||
maven.ejb.descriptordir=${maven.ejb.src}/META-INF
|
||||
maven.ejb.manifest=${maven.ejb.descriptordir}/MANIFEST.MF
|
||||
|
||||
# Exclude from the client jar those things that should only exist on the EJB server.
|
||||
# This list is probably incomplete...
|
||||
# Users' projects can add to the list by setting maven.ejb.client.excludes.
|
||||
maven.ejb.client.base.excludes=**/*Bean.class,**/*CMP.class,**/*Session.class
|
||||
|
||||
# Files to include and exclude from ejb
|
||||
# Note: Files are relative to build.dir
|
||||
maven.ejb.includes=**
|
||||
|
||||
@@ -4,4 +4,3 @@
|
||||
maven.xdoc.date=left
|
||||
maven.xdoc.version=${pom.currentVersion}
|
||||
maven.license.licenseFile=${basedir}/../LICENSE.txt
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10333</issueTrackingUrl>
|
||||
<siteDirectory>/www/maven.apache.org/reference/plugins/ejb/</siteDirectory>
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/ejb/</connection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/ejb/</url>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/ejb/</connection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven-plugins/ejb/</url>
|
||||
</repository>
|
||||
<mailingLists/>
|
||||
<developers>
|
||||
@@ -43,4 +43,13 @@
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies/>
|
||||
<reports>
|
||||
<report>maven-changes-plugin</report>
|
||||
<report>maven-changelog-plugin</report>
|
||||
<report>maven-file-activity-plugin</report>
|
||||
<report>maven-developer-activity-plugin</report>
|
||||
<report>maven-file-activity-plugin</report>
|
||||
<report>maven-license-plugin</report>
|
||||
<report>maven-linkcheck-plugin</report>
|
||||
</reports>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user