You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/11/20 21:52:33 UTC

svn commit: r477324 - /incubator/servicemix/trunk/core/servicemix-audit/pom.xml

Author: gnodet
Date: Mon Nov 20 12:52:32 2006
New Revision: 477324

URL: http://svn.apache.org/viewvc?view=rev&rev=477324
Log:
Add a xbean namespace definition for servicemix-audit

Modified:
    incubator/servicemix/trunk/core/servicemix-audit/pom.xml

Modified: incubator/servicemix/trunk/core/servicemix-audit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/core/servicemix-audit/pom.xml?view=diff&rev=477324&r1=477323&r2=477324
==============================================================================
--- incubator/servicemix/trunk/core/servicemix-audit/pom.xml (original)
+++ incubator/servicemix/trunk/core/servicemix-audit/pom.xml Mon Nov 20 12:52:32 2006
@@ -54,5 +54,24 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.xbean</groupId>
+        <artifactId>maven-xbean-plugin</artifactId>
+        <executions>
+          <execution>
+            <configuration>
+              <namespace>http://servicemix.apache.org/audit/1.0</namespace>
+            </configuration>
+            <goals>
+              <goal>mapping</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
 </project>