diff --git a/ejb/plugin.properties b/ejb/plugin.properties
index 69358a3f..eebed8df 100644
--- a/ejb/plugin.properties
+++ b/ejb/plugin.properties
@@ -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=**
diff --git a/ejb/project.properties b/ejb/project.properties
index b9da0814..6fc6f3df 100644
--- a/ejb/project.properties
+++ b/ejb/project.properties
@@ -4,4 +4,3 @@
maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion}
maven.license.licenseFile=${basedir}/../LICENSE.txt
-
diff --git a/ejb/project.xml b/ejb/project.xml
index 84a0516d..f619c388 100644
--- a/ejb/project.xml
+++ b/ejb/project.xml
@@ -12,8 +12,8 @@
http://jira.codehaus.org/BrowseProject.jspa?id=10333
/www/maven.apache.org/reference/plugins/ejb/
- scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/ejb/
- http://cvs.apache.org/viewcvs/maven/src/plugins-build/ejb/
+ scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/ejb/
+ http://cvs.apache.org/viewcvs/maven-plugins/ejb/
@@ -43,4 +43,13 @@
+
+ maven-changes-plugin
+ maven-changelog-plugin
+ maven-file-activity-plugin
+ maven-developer-activity-plugin
+ maven-file-activity-plugin
+ maven-license-plugin
+ maven-linkcheck-plugin
+