Author: nfilotto
Date: 2011-12-15 12:46:42 -0500 (Thu, 15 Dec 2011)
New Revision: 5333
Modified:
jcr/trunk/exo.jcr.component.core.impl.infinispan.v5/pom.xml
jcr/trunk/exo.jcr.component.core/pom.xml
Log:
EXOJCR-1682: Improve ISPN integration to support properly the distribution mode (jcr)
* Allow to import the classes of jcr.core from another project
* Import the classes of jcr.core from the ispn project
Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml 2011-12-15 16:53:39 UTC (rev 5332)
+++ jcr/trunk/exo.jcr.component.core/pom.xml 2011-12-15 17:46:42 UTC (rev 5333)
@@ -389,6 +389,17 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
Modified: jcr/trunk/exo.jcr.component.core.impl.infinispan.v5/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core.impl.infinispan.v5/pom.xml 2011-12-15 16:53:39 UTC
(rev 5332)
+++ jcr/trunk/exo.jcr.component.core.impl.infinispan.v5/pom.xml 2011-12-15 17:46:42 UTC
(rev 5333)
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.component.core</artifactId>
- <classifier>test-sources</classifier>
+ <classifier>tests</classifier>
<scope>test</scope>
<version>${project.version}</version>
<exclusions>
Show replies by date