[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r506 - in /projects/zb4osgi/trunk: pom.xml pom/pom.xml

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Mon Oct 8 11:19:33 CEST 2012


Author: manlio.bacco
Date: Mon Oct  8 11:19:32 2012
New Revision: 506

Log:
trove4j - bundle install

Modified:
    projects/zb4osgi/trunk/pom.xml
    projects/zb4osgi/trunk/pom/pom.xml

Modified: projects/zb4osgi/trunk/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/pom.xml (original)
+++ projects/zb4osgi/trunk/pom.xml Mon Oct  8 11:19:32 2012
@@ -1,142 +1,139 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+	license agreements. See the NOTICE file distributed with this work for additional 
+	information regarding copyright ownership. The ASF licenses this file to 
+	you under the Apache License, Version 2.0 (the "License"); you may not use 
+	this file except in compliance with the License. You may obtain a copy of 
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+	by applicable law or agreed to in writing, software distributed under the 
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+	OF ANY KIND, either express or implied. See the License for the specific 
+	language governing permissions and limitations under the License. -->
+<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>
 
-    http://www.apache.org/licenses/LICENSE-2.0
+	<parent>
+		<groupId>org.aaloa.zb4osgi</groupId>
+		<artifactId>org.aaloa.zb4osgi.pom</artifactId>
+		<version>9-SNAPSHOT</version>
+		<relativePath>pom/pom.xml</relativePath>
+	</parent>
 
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<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>
+	<!-- <groupId>org.aaloa.zb4osgi</groupId> -->
+	<artifactId>org.aaloa.zb4osgi.builder</artifactId>
+	<packaging>pom</packaging>
+	<version>1.0.0</version>
 
-  <parent>
-    <groupId>org.aaloa.zb4osgi</groupId>
-    <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-    <version>8</version>
-    <relativePath>pom/pom.xml</relativePath>
-  </parent>
-
-  <groupId>org.aaloa.zb4osgi</groupId>
-  <artifactId>org.aaloa.zb4osgi.builder</artifactId>
-  <packaging>pom</packaging>  
-  <version>1.0.0</version>
-
-  <name>Suite of bundle for integrating ZigBee device in OSGi and PERSONA</name>
-  <url>http://zb4osgi.aaloa.org/</url>
-  <description>
+	<name>Suite of bundle for integrating ZigBee device in OSGi and PERSONA</name>
+	<url>http://zb4osgi.aaloa.org/</url>
+	<description>
     This is the root pom of a suite of bundles (artifacts) which goal is to implement
     an ZigBee OSGi Base Driver,  to implement a set of Refine Driver for ZigBee 
     Device, and to integrate the refined device into the PERSONA middleware
   </description>
 
-  <modules>
-    <module>zigbee.cc2480.datalink</module>
-	<module>zigbee.CC2530.driver</module>
-	<module>zigbee.ez430-rf2480.driver</module>
-    <module>zigbee.zcl.library</module>
-    <module>zigbee.basedriver</module>
-    <module>zigbee.basedriver.api</module>
-    <module>zigbee.dongle.api</module>
-    <module>zigbee.ha.driver</module>
-    <module>zigbee.tester</module>
-    <module>zigbee.common</module>
-    <module>zigbee.network.browser</module>
-  </modules>
+	<modules>
+		<module>zigbee.cc2480.datalink</module>
+		<module>zigbee.CC2530.driver</module>
+		<module>zigbee.ez430-rf2480.driver</module>
+		<module>zigbee.zcl.library</module>
+		<module>zigbee.basedriver</module>
+		<module>zigbee.basedriver.api</module>
+		<module>zigbee.dongle.api</module>
+		<module>zigbee.ha.driver</module>
+		<module>zigbee.tester</module>
+		<module>zigbee.common</module>
+		<module>zigbee.network.browser</module>
+	</modules>
 
-  <scm>
-    <connection>scm:svn:svn://svn.aaloa.org/projects/zb4osgi/trunk</connection>
-    <developerConnection>scm:svn:svn://svn.aaloa.org/projects/zb4osgi/trunk</developerConnection>
-    <url>http://zb4osgi.aaloa.org/projects/zb4osgi/repository</url>
-  </scm>
+	<scm>
+		<connection>scm:svn:svn://svn.aaloa.org/projects/zb4osgi/trunk</connection>
+		<developerConnection>scm:svn:svn://svn.aaloa.org/projects/zb4osgi/trunk</developerConnection>
+		<url>http://zb4osgi.aaloa.org/projects/zb4osgi/repository</url>
+	</scm>
 
-  <repositories>
-    <repository>
-      <id>ops4j.releases</id>
-      <url>http://repository.ops4j.org/maven2/</url>
-      <snapshots><enabled>false</enabled></snapshots>
-    </repository>
-    <repository>
-      <id>nexus.aaloa.org</id>
-      <url>http://nexus.aaloa.org/content/repositories/releases/</url>
-      <snapshots><enabled>false</enabled></snapshots>
-    </repository>
-  </repositories>
+	<repositories>
+		<repository>
+			<id>ops4j.releases</id>
+			<url>http://repository.ops4j.org/maven2/</url>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
+		<repository>
+			<id>nexus.aaloa.org</id>
+			<url>http://nexus.aaloa.org/content/repositories/releases/</url>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
+	</repositories>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.ops4j</groupId>
-        <artifactId>maven-pax-plugin</artifactId>
-        <version>1.4</version>
-      </plugin>      
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.1</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.0.0</version>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <reporting>
-    <plugins> 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <links>
-            <link>http://download.oracle.com/javaee/1.4/api/</link>
-            <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
-            <link>http://trove4j.sourceforge.net/javadocs/</link>
-            <link>http://users.frii.com/jarvi/rxtx/doc/</link>
-            <link>http://www.slf4j.org/apidocs/</link>
-            <link>http://junit.sourceforge.net/javadoc/</link>
-            <link>http://easymock.org/api/easymock/3.0/</link>
-            <link>http://easymock.org/api/easymockclassextension/3.0/</link>
-          </links>
-        </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>javadoc</report>
-              <report>test-javadoc</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>    
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.6</version>
-      </plugin>
-      <plugin>    
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.4</version>
-        <configuration>
-          <format>html</format>
-        </configuration>
-      </plugin>    
-    </plugins>    
-  </reporting>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.ops4j</groupId>
+				<artifactId>maven-pax-plugin</artifactId>
+				<version>1.4</version>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-release-plugin</artifactId>
+				<version>2.1</version>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<version>2.0.0</version>
+			</plugin>
+		</plugins>
+	</build>
+
+	<reporting>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<configuration>
+					<links>
+						<link>http://download.oracle.com/javaee/1.4/api/</link>
+						<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+						<!-- <link>http://trove4j.sourceforge.net/javadocs/</link> -->
+						<link>http://users.frii.com/jarvi/rxtx/doc/</link>
+						<link>http://www.slf4j.org/apidocs/</link>
+						<link>http://junit.sourceforge.net/javadoc/</link>
+						<link>http://easymock.org/api/easymock/3.0/</link>
+						<link>http://easymock.org/api/easymockclassextension/3.0/</link>
+					</links>
+				</configuration>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>javadoc</report>
+							<report>test-javadoc</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jxr-plugin</artifactId>
+				<version>2.2</version>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-report-plugin</artifactId>
+				<version>2.6</version>
+			</plugin>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>cobertura-maven-plugin</artifactId>
+				<version>2.4</version>
+				<configuration>
+					<format>html</format>
+				</configuration>
+			</plugin>
+		</plugins>
+	</reporting>
 </project>

Modified: projects/zb4osgi/trunk/pom/pom.xml
==============================================================================
--- projects/zb4osgi/trunk/pom/pom.xml (original)
+++ projects/zb4osgi/trunk/pom/pom.xml Mon Oct  8 11:19:32 2012
@@ -1,335 +1,333 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<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>
-
-  <groupId>org.aaloa.zb4osgi</groupId>
-  <artifactId>org.aaloa.zb4osgi.pom</artifactId>
-  <packaging>pom</packaging>  
-  <version>9-SNAPSHOT</version>
-
-  <name>Suite of bundle for integrating ZigBee device in OSGi</name>
-  <url>http://zb4osgi.aaloa.org/</url>
-  <description><![CDATA[
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+	license agreements. See the NOTICE file distributed with this work for additional 
+	information regarding copyright ownership. The ASF licenses this file to 
+	you under the Apache License, Version 2.0 (the "License"); you may not use 
+	this file except in compliance with the License. You may obtain a copy of 
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+	by applicable law or agreed to in writing, software distributed under the 
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+	OF ANY KIND, either express or implied. See the License for the specific 
+	language governing permissions and limitations under the License. -->
+<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>
+
+	<groupId>org.aaloa.zb4osgi</groupId>
+	<artifactId>org.aaloa.zb4osgi.pom</artifactId>
+	<packaging>pom</packaging>
+	<version>9-SNAPSHOT</version>
+
+	<name>Suite of bundle for integrating ZigBee device in OSGi</name>
+	<url>http://zb4osgi.aaloa.org/</url>
+	<description><![CDATA[
 	This is the root pom of a suite of bundles (artifacts) which goal is to implement
 	an ZigBee OSGi Base Driver,  to implement a set of Refine Driver for ZigBee 
 	Device
   ]]></description>
 
-  <mailingLists>
-    <mailingList>
-      <name>Dev</name>
-      <subscribe>dev-subscribe at zb4osgi.aaloa.org</subscribe>
-      <unsubscribe>dev-unsubscribe at zb4osgi.aaloa.org</unsubscribe>
-      <post>dev at zb4osgi.aaloa.org</post>
-      <archive>http://zb4osgi.aaloa.org/pipermail/dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Commit</name>
-      <subscribe>commit-subscribe at zb4osgi.aaloa.org</subscribe>
-      <unsubscribe>commit-unsubscribe at zb4osgi.aaloa.org</unsubscribe>
-      <post>Read Only</post>
-      <archive>http://zb4osgi.aaloa.org/pipermail/commit/</archive>
-    </mailingList>
-  </mailingLists>
-
-  <scm>
-    <connection>scm:svn:svn://svn.aaloa.org/projects/zb4osgi/trunk/pom</connection>
-    <developerConnection>scm:svn:svn://svn.aaloa.org/projects/zb4osgi/trunk/pom</developerConnection>
-    <url>http://zb4osgi.aaloa.org/projects/zb4osgi/repository/show/trunk/pom</url>
-  </scm>
-
-  <repositories>
-    <repository>
-      <id>ops4j.releases</id>
-      <url>http://repository.ops4j.org/maven2/</url>
-      <snapshots><enabled>false</enabled></snapshots>
-    </repository>
-    <repository>
-      <id>nexus.aaloa.org</id>
-      <url>http://nexus.aaloa.org/content/repositories/releases/</url>
-      <snapshots><enabled>false</enabled></snapshots>
-    </repository>
-  </repositories>
-
-  <distributionManagement>
-    <repository>
-      <id>release.aaloa.org</id>
-      <name>AALOA Release Repositories</name>
-      <url>http://nexus.aaloa.org/content/repositories/releases</url>
-    </repository>
-    <snapshotRepository>
-      <id>snapshot.aaloa.org</id>
-      <name>AALOA Snapshot Repositories</name>
-      <url>http://nexus.aaloa.org/content/repositories/snapshots</url>
-    </snapshotRepository>
-    <site>
-      <id>site.aaloa.org</id>
-      <name>AALOA Maven Generated Site</name>
-      <url>scpexe://zb4osgi.aaloa.org/home/www/zb4osgi/maven</url>
-    </site>
-  </distributionManagement>  
-
-  
-  <build>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-      </resource>
-      <resource>
-        <directory>.</directory>
-        <includes>
-          <include>LICENSE*</include>
-          <include>NOTICE*</include>
-        </includes>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <version>2.6</version>
-      </plugin>      
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-scm-plugin</artifactId>
-        <version>1.2</version>
-      </plugin>      
-      <plugin>
-        <groupId>org.ops4j</groupId>
-        <artifactId>maven-pax-plugin</artifactId>
-        <version>1.4</version>
-        <configuration>
-          <runner>1.4.0</runner>
-		  <args>${pax.args.file}</args>
-        </configuration>
-		</plugin>     
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-eclipse-plugin</artifactId>
-        <version>2.8</version>
-        <configuration>
-          <workspace>${basedir}</workspace>
-          <workspaceCodeStylesURL>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/src/optional/eclipse-config/maven-styles.xml</workspaceCodeStylesURL>
-        </configuration>
-      </plugin> 
-      <plugin>    
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.3.2</version>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>	
-      </plugin>   
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.2</version>
-        <configuration>
-          <tagBase>https://svn.aaloa.org/projects/zb4osgi/releases</tagBase>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.3.4</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.5.1</version>
-      </plugin>
-    </plugins>
-  </build>
- 
-  <dependencyManagement>
-  
-    <!-- INTRA PROJECT DEPENDENCIES -->
-    <dependencies>
-      <dependency>
-        <groupId>org.aaloa.zb4osgi</groupId>
-        <artifactId>org.aaloa.zb4osgi.zigbee.common</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.aaloa.zb4osgi</groupId>
-        <artifactId>org.aaloa.zb4osgi.zigbee.basedriver.api</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.aaloa.zb4osgi</groupId>
-        <artifactId>org.aaloa.zb4osgi.zigbee.dongle.api</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.aaloa.zb4osgi</groupId>
-        <artifactId>org.aaloa.zb4osgi.zigbee.cc2480.datalink</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.aaloa.zb4osgi</groupId>
-        <artifactId>org.aaloa.zb4osgi.zigbee.zcl.library</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.aaloa.zb4osgi</groupId>
-        <artifactId>org.aaloa.zb4osgi.zigbee.ha.driver</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-        <scope>provided</scope>
-      </dependency>
-      
-      <!-- WRAPPED BUNDLE -->
-      <dependency>
-        <groupId>org.aaloa.zb4osgi.bundle</groupId>
-        <artifactId>org.aaloa.zb4osgi.bundle.net.sf.trove4j</artifactId>
-        <version>2.0.4-1</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.aaloa.zb4osgi.bundle</groupId>
-        <artifactId>org.aaloa.zb4osgi.bundle.rxtx</artifactId>
-        <version>2.1.7-1</version>
-        <scope>provided</scope>
-      </dependency>
-
-
-      <!-- OSGi Runtime -->
-      <dependency>
-        <groupId>org.ops4j.pax.logging</groupId>
-        <artifactId>pax-logging-api</artifactId>
-        <version>1.4</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.ops4j.pax.logging</groupId>
-        <artifactId>pax-logging-service</artifactId>
-        <version>1.4</version>
-        <scope>provided</scope>
-        <exclusions>
-          <exclusion>
-            <artifactId>log4j</artifactId>
-            <groupId>log4j</groupId>
-          </exclusion>
-        </exclusions>
-      </dependency>    
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.osgi.core</artifactId>
-        <version>1.0.0</version>
-        <scope>provided</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>org.osgi.compendium</artifactId>
-        <version>1.0.0</version>
-        <scope>provided</scope>
-      </dependency>
-      
-      <!-- TESTING -->
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>4.5</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.easymock</groupId>
-        <artifactId>easymock</artifactId>
-        <version>3.0</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.easymock</groupId>
-        <artifactId>easymockclassextension</artifactId>
-        <version>3.0</version>
-        <scope>test</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
-
-  <reporting>
-    <plugins> 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changelog-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.7</version>
-        <configuration>
-          <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
-          <docletArtifact>
-            <groupId>org.umlgraph</groupId>
-            <artifactId>doclet</artifactId>
-            <version>5.1</version>
-          </docletArtifact>
-          <additionalparam>-views</additionalparam>
-          <useStandardDocletOptions>true</useStandardDocletOptions>
-          <links>
-            <link>http://download.oracle.com/javaee/1.4/api/</link>
-            <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
-            <link>http://trove4j.sourceforge.net/javadocs/</link>
-            <link>http://users.frii.com/jarvi/rxtx/doc/</link>
-            <link>http://www.slf4j.org/apidocs/</link>
-            <link>http://junit.sourceforge.net/javadoc/</link>
-            <link>http://easymock.org/api/easymock/3.0/</link>
-            <link>http://easymock.org/api/easymockclassextension/3.0/</link>
-          </links>
-        </configuration>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>javadoc</report>
-              <report>test-javadoc</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>    
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.9</version>
-      </plugin>
-      <plugin>    
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.5.1</version>
-      </plugin>    
-    </plugins>    
-  </reporting>
-  
-  <properties>
-    <pax.args.file>pax.args</pax.args.file>
-  </properties>
+	<mailingLists>
+		<mailingList>
+			<name>Dev</name>
+			<subscribe>dev-subscribe at zb4osgi.aaloa.org</subscribe>
+			<unsubscribe>dev-unsubscribe at zb4osgi.aaloa.org</unsubscribe>
+			<post>dev at zb4osgi.aaloa.org</post>
+			<archive>http://zb4osgi.aaloa.org/pipermail/dev/</archive>
+		</mailingList>
+		<mailingList>
+			<name>Commit</name>
+			<subscribe>commit-subscribe at zb4osgi.aaloa.org</subscribe>
+			<unsubscribe>commit-unsubscribe at zb4osgi.aaloa.org</unsubscribe>
+			<post>Read Only</post>
+			<archive>http://zb4osgi.aaloa.org/pipermail/commit/</archive>
+		</mailingList>
+	</mailingLists>
+
+	<scm>
+		<connection>scm:svn:svn://svn.aaloa.org/projects/zb4osgi/trunk/pom</connection>
+		<developerConnection>scm:svn:svn://svn.aaloa.org/projects/zb4osgi/trunk/pom</developerConnection>
+		<url>http://zb4osgi.aaloa.org/projects/zb4osgi/repository/show/trunk/pom</url>
+	</scm>
+
+	<repositories>
+		<repository>
+			<id>ops4j.releases</id>
+			<url>http://repository.ops4j.org/maven2/</url>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
+		<repository>
+			<id>nexus.aaloa.org</id>
+			<url>http://nexus.aaloa.org/content/repositories/releases/</url>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
+	</repositories>
+
+	<distributionManagement>
+		<repository>
+			<id>release.aaloa.org</id>
+			<name>AALOA Release Repositories</name>
+			<url>http://nexus.aaloa.org/content/repositories/releases</url>
+		</repository>
+		<snapshotRepository>
+			<id>snapshot.aaloa.org</id>
+			<name>AALOA Snapshot Repositories</name>
+			<url>http://nexus.aaloa.org/content/repositories/snapshots</url>
+		</snapshotRepository>
+		<site>
+			<id>site.aaloa.org</id>
+			<name>AALOA Maven Generated Site</name>
+			<url>scpexe://zb4osgi.aaloa.org/home/www/zb4osgi/maven</url>
+		</site>
+	</distributionManagement>
+
+
+	<build>
+		<resources>
+			<resource>
+				<directory>src/main/resources</directory>
+			</resource>
+			<resource>
+				<directory>.</directory>
+				<includes>
+					<include>LICENSE*</include>
+					<include>NOTICE*</include>
+				</includes>
+			</resource>
+		</resources>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<version>2.6</version>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-scm-plugin</artifactId>
+				<version>1.2</version>
+			</plugin>
+			<plugin>
+				<groupId>org.ops4j</groupId>
+				<artifactId>maven-pax-plugin</artifactId>
+				<version>1.4</version>
+				<configuration>
+					<runner>1.4.0</runner>
+					<args>${pax.args.file}</args>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-eclipse-plugin</artifactId>
+				<version>2.8</version>
+				<configuration>
+					<workspace>${basedir}</workspace>
+					<workspaceCodeStylesURL>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/src/optional/eclipse-config/maven-styles.xml</workspaceCodeStylesURL>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<version>2.3.2</version>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-release-plugin</artifactId>
+				<version>2.2</version>
+				<configuration>
+					<tagBase>https://svn.aaloa.org/projects/zb4osgi/releases</tagBase>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<version>2.3.4</version>
+			</plugin>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>cobertura-maven-plugin</artifactId>
+				<version>2.5.1</version>
+			</plugin>
+		</plugins>
+	</build>
+
+	<dependencyManagement>
+
+		<!-- INTRA PROJECT DEPENDENCIES -->
+		<dependencies>
+			<dependency>
+				<groupId>org.aaloa.zb4osgi</groupId>
+				<artifactId>org.aaloa.zb4osgi.zigbee.common</artifactId>
+				<version>0.6.0-SNAPSHOT</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.aaloa.zb4osgi</groupId>
+				<artifactId>org.aaloa.zb4osgi.zigbee.basedriver.api</artifactId>
+				<version>0.6.0-SNAPSHOT</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.aaloa.zb4osgi</groupId>
+				<artifactId>org.aaloa.zb4osgi.zigbee.dongle.api</artifactId>
+				<version>0.7.0-SNAPSHOT</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.aaloa.zb4osgi</groupId>
+				<artifactId>org.aaloa.zb4osgi.zigbee.cc2480.datalink</artifactId>
+				<version>0.8.0-SNAPSHOT</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.aaloa.zb4osgi</groupId>
+				<artifactId>org.aaloa.zb4osgi.zigbee.zcl.library</artifactId>
+				<version>0.8.0-SNAPSHOT</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.aaloa.zb4osgi</groupId>
+				<artifactId>org.aaloa.zb4osgi.zigbee.ha.driver</artifactId>
+				<version>0.7.0-SNAPSHOT</version>
+				<scope>provided</scope>
+			</dependency>
+
+			<dependency>
+				<groupId>net.sf.trove4j</groupId>
+				<artifactId>trove4j</artifactId>
+				<version>2.0.2</version>
+				<!-- <scope>provided</scope> -->
+			</dependency>
+			<!-- WRAPPED BUNDLE -->
+			<!--<dependency> <groupId>org.aaloa.zb4osgi.bundle</groupId> <artifactId>org.aaloa.zb4osgi.bundle.net.sf.trove4j</artifactId> 
+				<version>2.0.4-1</version> <scope>provided</scope> </dependency> -->
+			<dependency>
+				<groupId>org.aaloa.zb4osgi.bundle</groupId>
+				<artifactId>org.aaloa.zb4osgi.bundle.rxtx</artifactId>
+				<version>2.1.7-1</version>
+				<scope>provided</scope>
+			</dependency>
+
+			<!-- OSGi Runtime -->
+			<dependency>
+				<groupId>org.ops4j.pax.logging</groupId>
+				<artifactId>pax-logging-api</artifactId>
+				<version>1.4</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.ops4j.pax.logging</groupId>
+				<artifactId>pax-logging-service</artifactId>
+				<version>1.4</version>
+				<scope>provided</scope>
+				<exclusions>
+					<exclusion>
+						<artifactId>log4j</artifactId>
+						<groupId>log4j</groupId>
+					</exclusion>
+				</exclusions>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>org.osgi.core</artifactId>
+				<version>1.0.0</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>org.osgi.compendium</artifactId>
+				<version>1.0.0</version>
+				<scope>provided</scope>
+			</dependency>
+
+			<!-- TESTING -->
+			<dependency>
+				<groupId>junit</groupId>
+				<artifactId>junit</artifactId>
+				<version>4.5</version>
+				<scope>test</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.easymock</groupId>
+				<artifactId>easymock</artifactId>
+				<version>3.0</version>
+				<scope>test</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.easymock</groupId>
+				<artifactId>easymockclassextension</artifactId>
+				<version>3.0</version>
+				<scope>test</scope>
+			</dependency>
+		</dependencies>
+	</dependencyManagement>
+
+
+	<reporting>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-changelog-plugin</artifactId>
+				<version>2.2</version>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.7</version>
+				<configuration>
+					<doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
+					<docletArtifact>
+						<groupId>org.umlgraph</groupId>
+						<artifactId>doclet</artifactId>
+						<version>5.1</version>
+					</docletArtifact>
+					<additionalparam>-views</additionalparam>
+					<useStandardDocletOptions>true</useStandardDocletOptions>
+					<links>
+						<link>http://download.oracle.com/javaee/1.4/api/</link>
+						<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
+						<!-- <link>http://trove4j.sourceforge.net/javadocs/</link> -->
+						<link>http://users.frii.com/jarvi/rxtx/doc/</link>
+						<link>http://www.slf4j.org/apidocs/</link>
+						<link>http://junit.sourceforge.net/javadoc/</link>
+						<link>http://easymock.org/api/easymock/3.0/</link>
+						<link>http://easymock.org/api/easymockclassextension/3.0/</link>
+					</links>
+				</configuration>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>javadoc</report>
+							<report>test-javadoc</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-jxr-plugin</artifactId>
+				<version>2.2</version>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-report-plugin</artifactId>
+				<version>2.9</version>
+			</plugin>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>cobertura-maven-plugin</artifactId>
+				<version>2.5.1</version>
+			</plugin>
+		</plugins>
+	</reporting>
+
+	<properties>
+		<pax.args.file>pax.args</pax.args.file>
+	</properties>
 </project>




More information about the Commit mailing list