Author: trustin
Date: Wed Feb 7 01:46:09 2007
New Revision: 504477
URL: http://svn.apache.org/viewvc?view=rev&rev=504477
Log:
Disabled maven-bundle-plugin temporarilly due to the build problem
Modified:
mina/trunk/core/pom.xml
Modified: mina/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/core/pom.xml?view=diff&rev=504477&r1=504476&r2=504477
==============================================================================
--- mina/trunk/core/pom.xml (original)
+++ mina/trunk/core/pom.xml Wed Feb 7 01:46:09 2007
@@ -8,6 +8,12 @@
</parent>
<artifactId>mina-core</artifactId>
<name>Apache MINA Core API</name>
+ <packaging>jar</packaging>
+ <!--
+ OSGi Bundle plugin has been disabled because it breaks the build
+ when building from an empty local m2 repository.
+ -->
+ <!--
<packaging>bundle</packaging>
<build>
@@ -24,6 +30,7 @@
</plugin>
</plugins>
</build>
+ -->
<dependencies>
<dependency>