Blame aduna-commons-16.pom

e8589b0
e8589b0
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
e8589b0
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
e8589b0
	                         http://maven.apache.org/maven-v4_0_0.xsd">
e8589b0

e8589b0
	<modelVersion>4.0.0</modelVersion>
e8589b0

e8589b0
	<parent>
e8589b0
		<groupId>info.aduna</groupId>
e8589b0
		<artifactId>aduna-root-pom</artifactId>
e8589b0
		<version>13</version>
e8589b0
		<relativePath>../pom.xml</relativePath>
e8589b0
	</parent>
e8589b0

e8589b0
	<groupId>info.aduna.commons</groupId>
e8589b0
	<artifactId>aduna-commons</artifactId>
e8589b0
	<packaging>pom</packaging>
e8589b0
	<version>16</version>
e8589b0

e8589b0
	<name>Aduna Commons</name>
e8589b0
	<description>Aduna Commons parent pom</description>
e8589b0

e8589b0
	<organization>
e8589b0
		<name>Aduna</name>
e8589b0
		<url>http://www.aduna-software.com/</url>
e8589b0
	</organization>
e8589b0

e8589b0
	<licenses>
e8589b0
		<license>
e8589b0
			<name>Aduna BSD license</name>
e8589b0
			<url>http://repo.aduna-software.org/legal/aduna-bsd.txt</url>
e8589b0
			<distribution>repo</distribution>
e8589b0
			<comments>A BSD-style OSS license</comments>
e8589b0
		</license>
e8589b0
	</licenses>
e8589b0

e8589b0
	<modules>
e8589b0
		<module>collections/trunk</module>
e8589b0
		<module>concurrent/trunk</module>
e8589b0
		<module>graphics/trunk</module>
e8589b0
		<module>i18n/trunk</module>
e8589b0
		<module>io/trunk</module>
e8589b0
		<module>iteration/trunk</module>
e8589b0
		<module>lang/trunk</module>
e8589b0
		<module>language/trunk</module>
e8589b0
		<module>net/trunk</module>
e8589b0
		<module>net-http-server-embedded/trunk</module>
e8589b0
		<module>platform/trunk</module>
e8589b0
		<module>scheduling/trunk</module>
e8589b0
		<module>swing/trunk</module>
e8589b0
		<module>text/trunk</module>
e8589b0
		<module>webapp/trunk</module>
e8589b0
		<module>xml/trunk</module>
e8589b0
	</modules>
e8589b0

e8589b0
	<properties>
e8589b0
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
e8589b0
		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
e8589b0
	</properties>
e8589b0

e8589b0
	<build>
e8589b0
		<plugins>
e8589b0
			<plugin>
e8589b0
				<groupId>org.apache.maven.plugins</groupId>
e8589b0
				<artifactId>maven-compiler-plugin</artifactId>
e8589b0
				<configuration>
e8589b0
					<source>1.5</source>
e8589b0
					<target>1.5</target>
e8589b0
				</configuration>
e8589b0
			</plugin>
e8589b0
		</plugins>
e8589b0
		<pluginManagement>
e8589b0
			<plugins>
e8589b0
				<plugin>   
e8589b0
					<groupId>org.apache.felix</groupId>
e8589b0
					<artifactId>maven-bundle-plugin</artifactId>
e8589b0
					<configuration>
e8589b0
						<remoteOBR>repository.xml</remoteOBR>
e8589b0
					</configuration>
e8589b0
					<executions>
e8589b0
						<execution>
e8589b0
							<id>bundle-manifest</id>
e8589b0
							<phase>process-classes</phase>
e8589b0
							<goals>    
e8589b0
								<goal>manifest</goal>
e8589b0
							</goals>   
e8589b0
						</execution>
e8589b0
						<execution>
e8589b0
							<id>bundle-package</id>
e8589b0
							<phase>package</phase>
e8589b0
							<goals>
e8589b0
								<goal>bundle</goal>
e8589b0
							</goals>
e8589b0
						</execution>
e8589b0
						<execution>
e8589b0
							<id>bundle-install</id>
e8589b0
							<phase>install</phase>
e8589b0
							<goals>
e8589b0
								<goal>install</goal>
e8589b0
							</goals>
e8589b0
						</execution>
e8589b0
						<execution>
e8589b0
							<id>bundle-deploy</id>
e8589b0
							<phase>deploy</phase>
e8589b0
							<goals>
e8589b0
								<goal>deploy</goal>
e8589b0
							</goals>
e8589b0
						</execution>
e8589b0
					</executions>
e8589b0
				</plugin>
e8589b0
			</plugins>
e8589b0
		</pluginManagement>
e8589b0
	</build>
e8589b0

e8589b0
	
e8589b0
	<reporting>
e8589b0
		<plugins>
e8589b0
			<plugin>
e8589b0
				<groupId>org.apache.maven.plugins</groupId>
e8589b0
				<artifactId>maven-javadoc-plugin</artifactId>
e8589b0
				<configuration>
e8589b0
					<source>1.5</source>
e8589b0
					<quiet>true</quiet>
e8589b0
					<encoding>utf8</encoding>
e8589b0
					<links>
e8589b0
						<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
e8589b0
					</links>
e8589b0
				</configuration>
e8589b0
			</plugin>
e8589b0
		</plugins>
e8589b0
	</reporting>
e8589b0

e8589b0
	<repositories>
e8589b0
		
e8589b0
		<repository>
e8589b0
			<releases>
e8589b0
				<enabled>true</enabled>
e8589b0
			</releases>
e8589b0
			<snapshots>
e8589b0
				<enabled>false</enabled>
e8589b0
			</snapshots>
e8589b0
			<id>aduna-opensource.releases</id>
e8589b0
			<name>Aduna Open Source - Maven releases</name>
e8589b0
			<url>http://repo.aduna-software.org/maven2/releases</url>
e8589b0
		</repository>
e8589b0
	</repositories>
e8589b0

e8589b0
	<scm>
e8589b0
		<connection>scm:svn:http://repo.aduna-software.org/svn/info.aduna/commons/</connection>
e8589b0
		<developerConnection>scm:svn:https://repo.aduna-software.org/svn/info.aduna/commons/</developerConnection>
e8589b0
		<url>http://repo.aduna-software.org/websvn/listing.php?repname=aduna&path=/info.aduna/commons/</url>
e8589b0
	</scm>
e8589b0

e8589b0
</project>