[jboss-user] [EJB 3.0 Development] New message: "Re: EJBTHREE-2007: VFS Abstraction"
Andrew Rubinger
do-not-reply at jboss.com
Tue Feb 9 11:44:31 EST 2010
User development,
A new message was posted in the thread "EJBTHREE-2007: VFS Abstraction":
http://community.jboss.org/message/525144#525144
Author : Andrew Rubinger
Profile : http://community.jboss.org/people/ALRubinger
Message:
--------------------------------------------------------------
To use this, apply the following patch to projects/ejb3/trunk/build:
Index: pom.xml
===================================================================
--- pom.xml (revision 100755)
+++ pom.xml (working copy)
@@ -186,8 +186,20 @@
<requireMavenVersion>
<version>[2.0.9,2.1)</version>
</requireMavenVersion>
+ <noCompileDependencyRule implementation="org.jboss.maven.plugins.enforcer.rules.nocompiledep.NoCompileDependencyRule">
+ <excludes>
+ <exclude>org.jboss:jboss-vfs</exclude>
+ </excludes>
+ </noCompileDependencyRule>
</rules>
</configuration>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.maven.plugins.enforcer.rules</groupId>
+ <artifactId>nocompiledep</artifactId>
+ <version>1.0.0-alpha-1</version>
+ </dependency>
+ </dependencies>
</plugin>
<plugin>
S,
ALR
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/525144#525144
More information about the jboss-user
mailing list