You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by jc...@apache.org on 2007/02/09 17:52:05 UTC

svn commit: r505363 - /mina/trunk/core/pom.xml

Author: jconlon
Date: Fri Feb  9 08:52:01 2007
New Revision: 505363

URL: http://svn.apache.org/viewvc?view=rev&rev=505363
Log:
Added version to plugin definition and reenabled the plugin to generate the archive.  
This will build with an empty local repository provided the user has specified 

<pluginRepository>
      <id>apache.snapshots</id>
      <name>Apache Snapshot Plugin Repository</name>
      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </pluginRepository>
 </pluginRepositories>

within the settings.xml.  

If this is not expected then this should be added to the parent pom.xml in the base trunk directory.

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=505363&r1=505362&r2=505363
==============================================================================
--- mina/trunk/core/pom.xml (original)
+++ mina/trunk/core/pom.xml Fri Feb  9 08:52:01 2007
@@ -8,12 +8,6 @@
   </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>
@@ -21,6 +15,7 @@
   		<plugin>
   			<groupId>org.apache.felix</groupId>
   			<artifactId>maven-bundle-plugin</artifactId>
+  			<version>0.9.0-incubator-SNAPSHOT</version>
   			<extensions>true</extensions>
   			<configuration>
   				<instructions>