maguro 2004/09/12 13:11:53
Modified: modules/assembly maven.xml project.xml
Log:
Some security tests.
Revision Changes Path
1.10 +10 -1 openejb/modules/assembly/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/projects/openejb/scm/openejb/modules/assembly/maven.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- maven.xml 4 Sep 2004 21:00:36 -0000 1.9
+++ maven.xml 12 Sep 2004 17:11:53 -0000 1.10
@@ -187,5 +187,14 @@
<ant:arg
value="${maven.repo.local}/tranql/rars/tranql-connector-${tranql_connector_version}.rar"/>
</ant:java>
+ <!-- building security configuration-->
+ <ant:echo>Building security configuration</ant:echo>
+ <ant:java fork="true" jar="${distDir}/bin/deployer.jar" failonerror="true">
+ <ant:jvmarg value="-ea"/>
+ <ant:arg value="--install"/>
+ <ant:arg value="--plan"/>
+ <ant:arg value="target/plan/security-plan.xml"/>
+ </ant:java>
+
</goal>
</project>
1.21 +6 -1 openejb/modules/assembly/project.xml
Index: project.xml
===================================================================
RCS file: /home/projects/openejb/scm/openejb/modules/assembly/project.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- project.xml 4 Sep 2004 21:00:36 -0000 1.20
+++ project.xml 12 Sep 2004 17:11:53 -0000 1.21
@@ -82,6 +82,7 @@
<properties>
<lib>true</lib>
<server>true</server>
+ <deploy>true</deploy>
<repository>true</repository>
</properties>
</dependency>
@@ -141,6 +142,9 @@
<artifactId>geronimo-remoting</artifactId>
<version>&geronimo-version;</version>
<properties>
+ <lib>true</lib>
+ <server>true</server>
+ <deploy>true</deploy>
<repository>true</repository>
</properties>
</dependency>
@@ -352,6 +356,7 @@
<properties>
<lib>true</lib>
<server>true</server>
+ <deploy>true</deploy>
<repository>true</repository>
</properties>
</dependency>