[jboss-osgi-commits] JBoss-OSGI SVN: r89185 - in projects/jboss-osgi: projects and 4 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed May 20 09:47:02 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-20 09:47:01 -0400 (Wed, 20 May 2009)
New Revision: 89185

Added:
   projects/jboss-osgi/projects/parent/
   projects/jboss-osgi/projects/parent/trunk/
   projects/jboss-osgi/projects/parent/trunk/pom.xml
Removed:
   projects/jboss-osgi/parent/
   projects/jboss-osgi/projects/parent/trunk/
   projects/jboss-osgi/projects/parent/trunk/pom.xml
Modified:
   projects/jboss-osgi/projects/.project
   projects/jboss-osgi/projects/husky/trunk/.classpath
   projects/jboss-osgi/projects/pom.xml
   projects/jboss-osgi/trunk/pom.xml
Log:
Add repository defs to top level projects

Modified: projects/jboss-osgi/projects/.project
===================================================================
--- projects/jboss-osgi/projects/.project	2009-05-20 13:28:27 UTC (rev 89184)
+++ projects/jboss-osgi/projects/.project	2009-05-20 13:47:01 UTC (rev 89185)
@@ -6,23 +6,12 @@
 	</projects>
 	<buildSpec>
 		<buildCommand>
-			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
-			<triggers>full,incremental,</triggers>
-			<arguments>
-				<dictionary>
-					<key>LaunchConfigHandle</key>
-					<value>&lt;project&gt;/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch</value>
-				</dictionary>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
 			<name>org.maven.ide.eclipse.maven2Builder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 	</natures>
 </projectDescription>

Modified: projects/jboss-osgi/projects/husky/trunk/.classpath
===================================================================
--- projects/jboss-osgi/projects/husky/trunk/.classpath	2009-05-20 13:28:27 UTC (rev 89184)
+++ projects/jboss-osgi/projects/husky/trunk/.classpath	2009-05-20 13:47:01 UTC (rev 89185)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>

Copied: projects/jboss-osgi/projects/parent (from rev 89167, projects/jboss-osgi/parent)


Property changes on: projects/jboss-osgi/projects/parent
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: projects/jboss-osgi/projects/parent/trunk (from rev 89168, projects/jboss-osgi/parent/trunk)

Deleted: projects/jboss-osgi/projects/parent/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/parent/trunk/pom.xml	2009-05-20 08:50:26 UTC (rev 89168)
+++ projects/jboss-osgi/projects/parent/trunk/pom.xml	2009-05-20 13:47:01 UTC (rev 89185)
@@ -1,301 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <name>JBoss OSGi - Parent POM</name>
-  <description>The JBoss OSGi project</description>
-
-  <groupId>org.jboss.osgi</groupId>
-  <artifactId>jboss-osgi-parent</artifactId>
-  <packaging>pom</packaging>
-
-  <version>1.0.0-SNAPSHOT</version>
-
-  <url>http://www.jboss.org/community/wiki/JBossOSGi</url>
-
-  <!-- Properties -->
-  <properties>
-    <version.aqute.bnd>0.0.323</version.aqute.bnd>
-    <version.equinox>3.4.2</version.equinox>
-    <version.felix.bundlerepository>1.0.3</version.felix.bundlerepository>
-    <version.felix.configadmin>1.0.10</version.felix.configadmin>
-    <version.felix.framework>1.6.1</version.felix.framework>
-    <version.felix.http.jetty>1.0.0</version.felix.http.jetty>
-    <version.felix.javax.servlet>1.0.0</version.felix.javax.servlet>
-    <version.felix.log>1.0.0</version.felix.log>
-    <version.felix.metatype>1.0.2</version.felix.metatype>
-    <version.felix.osgi.core>1.2.0</version.felix.osgi.core>
-    <version.felix.scr>1.0.0</version.felix.scr>
-    <version.felix.webconsole>1.2.8</version.felix.webconsole>
-    <version.jboss.logging>2.0.5.GA</version.jboss.logging>
-    <version.junit>4.6</version.junit>
-    <version.knopflerfish>2.2.0</version.knopflerfish>
-  </properties>
-
-  <!-- DependencyManagement -->
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>biz.aQute</groupId>
-        <artifactId>bnd</artifactId>
-        <version>${version.aqute.bnd}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.logging</groupId>
-        <artifactId>jboss-logging-spi</artifactId>
-        <version>${version.jboss.logging}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.logging</groupId>
-        <artifactId>jboss-logging-log4j</artifactId>
-        <version>${version.jboss.logging}</version>
-      </dependency>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>${version.junit}</version>
-      </dependency>
-
-      <!-- Equinox Dependencies -->
-      <dependency>
-        <groupId>org.eclipse.equinox</groupId>
-        <artifactId>org.eclipse.osgi</artifactId>
-        <version>${version.equinox}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.eclipse.equinox</groupId>
-        <artifactId>org.eclipse.osgi.services</artifactId>
-        <version>${version.equinox}</version>
-      </dependency>
-
-      <!-- Felix Dependencies -->
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>javax.servlet</artifactId>
-        <version>${version.felix.javax.servlet}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.bundlerepository</artifactId>
-        <version>${version.felix.bundlerepository}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.osgi.compendium</artifactId>
-        <version>${version.felix.osgi.core}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.osgi.core</artifactId>
-        <version>${version.felix.osgi.core}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.configadmin</artifactId>
-        <version>${version.felix.configadmin}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.framework</artifactId>
-        <version>${version.felix.framework}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.http.jetty</artifactId>
-        <version>${version.felix.http.jetty}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.log</artifactId>
-        <version>${version.felix.log}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.metatype</artifactId>
-        <version>${version.felix.metatype}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.scr</artifactId>
-        <version>${version.felix.scr}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.apache.felix.webconsole</artifactId>
-        <version>${version.felix.webconsole}</version>
-      </dependency>
-
-      <!-- Knopflerfish Dependencies -->
-      <dependency>
-        <groupId>org.knopflerfish</groupId>
-        <artifactId>org.knopflerfish.framework</artifactId>
-        <version>${version.knopflerfish}</version>
-      </dependency>
-
-    </dependencies>
-  </dependencyManagement>
-
-  <build>
-
-    <!-- Plugins -->
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-          <showDeprecation>true</showDeprecation>
-          <showWarnings>true</showWarnings>
-          <optimize>true</optimize>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <redirectTestOutputToFile>false</redirectTestOutputToFile>
-          <failIfNoTests>false</failIfNoTests>
-          <systemProperties>
-            <property>
-              <name>org.apache.xerces.xni.parser.XMLParserConfiguration</name>
-              <value>org.apache.xerces.parsers.XIncludeAwareParserConfiguration</value>
-            </property>
-            <property>
-              <name>org.jboss.osgi.husky.Invoker</name>
-              <value>org.jboss.osgi.husky.internal.LocalInvoker</value>
-            </property>
-            <!--
-              Implement URLStreamHandlerService
-              https://jira.jboss.org/jira/browse/JBOSGI-75 
-            -->
-            <property>
-              <name>java.protocol.handler.pkgs</name>
-              <value>org.jboss.net.protocol|org.jboss.virtual.protocol</value>
-            </property>
-            <property>
-              <name>test.archive.directory</name>
-              <value>${project.build.directory}/test-libs</value>
-            </property>
-            <property>
-              <name>log4j.output.dir</name>
-              <value>${basedir}/target</value>
-            </property>
-          </systemProperties>
-        </configuration>
-      </plugin>
-    </plugins>
-
-    <!-- PluginManagement -->
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.felix</groupId>
-          <artifactId>maven-bundle-plugin</artifactId>
-          <extensions>true</extensions>
-          <dependencies>
-            <dependency>
-              <groupId>biz.aQute</groupId>
-              <artifactId>bnd</artifactId>
-              <version>${version.aqute.bnd}</version>
-            </dependency>
-          </dependencies>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
-  <!-- Repositories -->
-  <repositories>
-    <repository>
-      <id>repository.jboss.org</id>
-      <name>JBoss Repository</name>
-      <url>http://repository.jboss.org/maven2/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>snapshots.jboss.org</id>
-      <name>JBoss Snapshots Repository</name>
-      <url>http://snapshots.jboss.org/maven2/</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-    <repository>
-      <id>aQute</id>
-      <url>http://www.aQute.biz/repo</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-
-  <!-- PluginRepositories -->
-  <pluginRepositories>
-    <pluginRepository>
-      <id>repository.jboss.org</id>
-      <url>http://repository.jboss.org/maven2</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
-
-  <!-- Source Repository -->
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi
-    </developerConnection>
-    <url>http://fisheye.jboss.com/qsearch/JBossOSGi</url>
-  </scm>
-
-  <!-- Licenses -->
-  <licenses>
-    <license>
-      <name>lgpl</name>
-      <url>http://repository.jboss.com/licenses/lgpl.txt
-      </url>
-    </license>
-  </licenses>
-
-  <!-- DistributionManagement -->
-  <distributionManagement>
-    <!--
-      Add this to your ~/.m2/settings.xml <servers> <server> <id>jbpm.dyndns.org</id> <username>yourname</username> <privateKey>/home/yourname/.ssh/id_rsa</privateKey>
-      <passphrase>yourpass</passphrase> </server> </servers>
-    -->
-    <repository>
-      <id>repository.jboss.org</id>
-      <url>${maven.repository.root}</url>
-    </repository>
-    <snapshotRepository>
-      <id>snapshots.jboss.org</id>
-      <name>JBoss Snapshot Repository</name>
-      <url>dav:https://snapshots.jboss.org/maven2</url>
-    </snapshotRepository>
-    <!--
-    <site>
-      <id>jbpm.dyndns.org</id>
-      <url>scp://jbpm.dyndns.org/var/www/html/jboss-osgi
-      </url>
-    </site>
-    -->
-  </distributionManagement>
-
-  <!-- Reporting -->
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <show>public</show>
-          <excludePackageNames>*.internal:*.incubator:*.test</excludePackageNames>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
-
-</project>

Copied: projects/jboss-osgi/projects/parent/trunk/pom.xml (from rev 89172, projects/jboss-osgi/parent/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/parent/trunk/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/parent/trunk/pom.xml	2009-05-20 13:47:01 UTC (rev 89185)
@@ -0,0 +1,313 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <name>JBoss OSGi - Parent POM</name>
+  <description>The JBoss OSGi project</description>
+
+  <groupId>org.jboss.osgi</groupId>
+  <artifactId>jboss-osgi-parent</artifactId>
+  <packaging>pom</packaging>
+
+  <version>1.0.0-SNAPSHOT</version>
+
+  <url>http://www.jboss.org/community/wiki/JBossOSGi</url>
+
+  <!-- Properties -->
+  <properties>
+    <version.aqute.bnd>0.0.323</version.aqute.bnd>
+    <version.equinox>3.4.2</version.equinox>
+    <version.felix.bundlerepository>1.0.3</version.felix.bundlerepository>
+    <version.felix.configadmin>1.0.10</version.felix.configadmin>
+    <version.felix.framework>1.6.1</version.felix.framework>
+    <version.felix.http.jetty>1.0.0</version.felix.http.jetty>
+    <version.felix.javax.servlet>1.0.0</version.felix.javax.servlet>
+    <version.felix.log>1.0.0</version.felix.log>
+    <version.felix.metatype>1.0.2</version.felix.metatype>
+    <version.felix.osgi.core>1.2.0</version.felix.osgi.core>
+    <version.felix.scr>1.0.0</version.felix.scr>
+    <version.felix.webconsole>1.2.8</version.felix.webconsole>
+    <version.jboss.logging>2.0.5.GA</version.jboss.logging>
+    <version.junit>4.6</version.junit>
+    <version.knopflerfish>2.2.0</version.knopflerfish>
+  </properties>
+
+  <!-- DependencyManagement -->
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>biz.aQute</groupId>
+        <artifactId>bnd</artifactId>
+        <version>${version.aqute.bnd}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.logging</groupId>
+        <artifactId>jboss-logging-spi</artifactId>
+        <version>${version.jboss.logging}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.logging</groupId>
+        <artifactId>jboss-logging-log4j</artifactId>
+        <version>${version.jboss.logging}</version>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${version.junit}</version>
+      </dependency>
+
+      <!-- Equinox Dependencies -->
+      <dependency>
+        <groupId>org.eclipse.equinox</groupId>
+        <artifactId>org.eclipse.osgi</artifactId>
+        <version>${version.equinox}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.eclipse.equinox</groupId>
+        <artifactId>org.eclipse.osgi.services</artifactId>
+        <version>${version.equinox}</version>
+      </dependency>
+
+      <!-- Felix Dependencies -->
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>javax.servlet</artifactId>
+        <version>${version.felix.javax.servlet}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.bundlerepository</artifactId>
+        <version>${version.felix.bundlerepository}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.osgi.compendium</artifactId>
+        <version>${version.felix.osgi.core}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.osgi.core</artifactId>
+        <version>${version.felix.osgi.core}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.configadmin</artifactId>
+        <version>${version.felix.configadmin}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.framework</artifactId>
+        <version>${version.felix.framework}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.http.jetty</artifactId>
+        <version>${version.felix.http.jetty}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.log</artifactId>
+        <version>${version.felix.log}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.metatype</artifactId>
+        <version>${version.felix.metatype}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.scr</artifactId>
+        <version>${version.felix.scr}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.webconsole</artifactId>
+        <version>${version.felix.webconsole}</version>
+      </dependency>
+
+      <!-- Knopflerfish Dependencies -->
+      <dependency>
+        <groupId>org.knopflerfish</groupId>
+        <artifactId>org.knopflerfish.framework</artifactId>
+        <version>${version.knopflerfish}</version>
+      </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+
+    <!-- Plugins -->
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
+          <optimize>true</optimize>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <inherited>true</inherited>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <redirectTestOutputToFile>false</redirectTestOutputToFile>
+          <failIfNoTests>false</failIfNoTests>
+          <systemProperties>
+            <property>
+              <name>org.apache.xerces.xni.parser.XMLParserConfiguration</name>
+              <value>org.apache.xerces.parsers.XIncludeAwareParserConfiguration</value>
+            </property>
+            <property>
+              <name>org.jboss.osgi.husky.Invoker</name>
+              <value>org.jboss.osgi.husky.internal.LocalInvoker</value>
+            </property>
+            <!--
+              Implement URLStreamHandlerService
+              https://jira.jboss.org/jira/browse/JBOSGI-75 
+            -->
+            <property>
+              <name>java.protocol.handler.pkgs</name>
+              <value>org.jboss.net.protocol|org.jboss.virtual.protocol</value>
+            </property>
+            <property>
+              <name>test.archive.directory</name>
+              <value>${project.build.directory}/test-libs</value>
+            </property>
+            <property>
+              <name>log4j.output.dir</name>
+              <value>${basedir}/target</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
+    </plugins>
+
+    <!-- PluginManagement -->
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <extensions>true</extensions>
+          <dependencies>
+            <dependency>
+              <groupId>biz.aQute</groupId>
+              <artifactId>bnd</artifactId>
+              <version>${version.aqute.bnd}</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <!-- Repositories -->
+  <repositories>
+    <repository>
+      <id>repository.jboss.org</id>
+      <name>JBoss Repository</name>
+      <url>http://repository.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshots Repository</name>
+      <url>http://snapshots.jboss.org/maven2/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>aQute</id>
+      <url>http://www.aQute.biz/repo</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
+  <!-- PluginRepositories -->
+  <pluginRepositories>
+    <pluginRepository>
+      <id>repository.jboss.org</id>
+      <url>http://repository.jboss.org/maven2</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+
+  <!-- Source Repository -->
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi
+    </developerConnection>
+    <url>http://fisheye.jboss.com/qsearch/JBossOSGi</url>
+  </scm>
+
+  <!-- Licenses -->
+  <licenses>
+    <license>
+      <name>lgpl</name>
+      <url>http://repository.jboss.com/licenses/lgpl.txt
+      </url>
+    </license>
+  </licenses>
+
+  <!-- DistributionManagement -->
+  <distributionManagement>
+    <!--
+      Add this to your ~/.m2/settings.xml <servers> <server> <id>jbpm.dyndns.org</id> <username>yourname</username> <privateKey>/home/yourname/.ssh/id_rsa</privateKey>
+      <passphrase>yourpass</passphrase> </server> </servers>
+    -->
+    <repository>
+      <id>repository.jboss.org</id>
+      <url>${maven.repository.root}</url>
+    </repository>
+    <snapshotRepository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshot Repository</name>
+      <url>dav:https://snapshots.jboss.org/maven2</url>
+    </snapshotRepository>
+    <!--
+    <site>
+      <id>jbpm.dyndns.org</id>
+      <url>scp://jbpm.dyndns.org/var/www/html/jboss-osgi
+      </url>
+    </site>
+    -->
+  </distributionManagement>
+
+  <!-- Reporting -->
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <show>public</show>
+          <excludePackageNames>*.internal:*.incubator:*.test</excludePackageNames>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+</project>

Modified: projects/jboss-osgi/projects/pom.xml
===================================================================
--- projects/jboss-osgi/projects/pom.xml	2009-05-20 13:28:27 UTC (rev 89184)
+++ projects/jboss-osgi/projects/pom.xml	2009-05-20 13:47:01 UTC (rev 89185)
@@ -28,4 +28,24 @@
     <module>runtime</module>
   </modules>
   
+  <!-- Repositories -->
+  <repositories>
+    <repository>
+      <id>repository.jboss.org</id>
+      <name>JBoss Repository</name>
+      <url>http://repository.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshots Repository</name>
+      <url>http://snapshots.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+  
 </project>

Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml	2009-05-20 13:28:27 UTC (rev 89184)
+++ projects/jboss-osgi/trunk/pom.xml	2009-05-20 13:47:01 UTC (rev 89185)
@@ -221,6 +221,26 @@
 
   </build>
 
+  <!-- Repositories -->
+  <repositories>
+    <repository>
+      <id>repository.jboss.org</id>
+      <name>JBoss Repository</name>
+      <url>http://repository.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshots Repository</name>
+      <url>http://snapshots.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+  
   <!-- Profiles -->
   <profiles>
 




More information about the jboss-osgi-commits mailing list