From 8a9526a13f07d4e41d4d144213add3e8e86a7e03 Mon Sep 17 00:00:00 2001 From: vmassol Date: Wed, 26 Nov 2003 21:08:02 +0000 Subject: [PATCH] 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 --- ejb/plugin.properties | 3 +++ ejb/project.properties | 1 - ejb/project.xml | 13 +++++++++++-- 3 files changed, 14 insertions(+), 3 deletions(-) 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 +