Changeset 29878
- Timestamp:
- 02/02/08 21:15:36 (10 months ago)
- Files:
-
- org.nuxeo.ecm.core/branches/1.4/pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.ecm.core/branches/1.4/pom.xml
r29745 r29878 113 113 </dependencies> 114 114 </dependencyManagement> 115 <!-- Required for the "jboss-sar" type resolution -->116 <build>117 <plugins>118 <plugin>119 <groupId>org.codehaus.mojo</groupId>120 <artifactId>jboss-packaging-maven-plugin</artifactId>121 <version>2.0-NXEP51M2</version>122 <extensions>true</extensions>123 </plugin>124 </plugins>125 </build>126 115 </project>
