|
|
cf1d1d |
|
|
|
cf1d1d |
|
|
|
cf1d1d |
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
cf1d1d |
contributor license agreements. See the NOTICE file distributed with
|
|
|
cf1d1d |
this work for additional information regarding copyright ownership.
|
|
|
cf1d1d |
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
cf1d1d |
(the "License"); you may not use this file except in compliance with
|
|
|
cf1d1d |
the License. You may obtain a copy of the License at
|
|
|
cf1d1d |
|
|
|
cf1d1d |
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
cf1d1d |
|
|
|
cf1d1d |
Unless required by applicable law or agreed to in writing, software
|
|
|
cf1d1d |
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
cf1d1d |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
cf1d1d |
See the License for the specific language governing permissions and
|
|
|
cf1d1d |
limitations under the License.
|
|
|
cf1d1d |
-->
|
|
|
cf1d1d |
|
|
|
cf1d1d |
|
|
|
cf1d1d |
|
|
|
cf1d1d |
<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">
|
|
|
cf1d1d |
|
|
|
cf1d1d |
<modelVersion>4.0.0</modelVersion>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
<parent>
|
|
|
cf1d1d |
<groupId>org.apache.geronimo.genesis.config</groupId>
|
|
|
cf1d1d |
<artifactId>project-config</artifactId>
|
|
|
cf1d1d |
<version>1.5</version>
|
|
|
cf1d1d |
</parent>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
cf1d1d |
<artifactId>specs-parent</artifactId>
|
|
|
cf1d1d |
<packaging>pom</packaging>
|
|
|
cf1d1d |
<name>Geronimo Specifications</name>
|
|
|
cf1d1d |
<version>1.6</version>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
<description>
|
|
|
cf1d1d |
Provides open-source implementations of Sun specifications.
|
|
|
cf1d1d |
</description>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
<scm>
|
|
|
cf1d1d |
<connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/specs-parent-1.6</connection>
|
|
|
cf1d1d |
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/specs-parent-1.6</developerConnection>
|
|
|
cf1d1d |
<url>http://svn.apache.org/viewvc/geronimo/specs/tags/specs-parent-1.6</url>
|
|
|
cf1d1d |
</scm>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
<url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
|
|
|
cf1d1d |
<distributionManagement>
|
|
|
cf1d1d |
<site>
|
|
|
cf1d1d |
<id>geronimo-website</id>
|
|
|
cf1d1d |
<url>${staging.siteURL}/${siteId}/${version}</url>
|
|
|
cf1d1d |
</site>
|
|
|
cf1d1d |
</distributionManagement>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
<properties>
|
|
|
cf1d1d |
<siteId>specs</siteId>
|
|
|
cf1d1d |
<projectName>Apache Geronimo Specifications</projectName>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
|
|
|
|
cf1d1d |
| Geronimo OSGi properties
|
|
|
cf1d1d |
|
|
|
|
cf1d1d |
| Note: when modules can override these properties.
|
|
|
cf1d1d |
|
|
|
|
cf1d1d |
-->
|
|
|
cf1d1d |
<geronimo.osgi.import.pkg>*</geronimo.osgi.import.pkg>
|
|
|
cf1d1d |
<geronimo.osgi.export.pkg>*</geronimo.osgi.export.pkg>
|
|
|
cf1d1d |
<geronimo.osgi.private.pkg />
|
|
|
cf1d1d |
<geronimo.osgi.export>!META-INF*,${geronimo.osgi.export.pkg}*;version=${geronimo.osgi.export.version}</geronimo.osgi.export>
|
|
|
cf1d1d |
<geronimo.osgi.export.version>${project.version}</geronimo.osgi.export.version>
|
|
|
cf1d1d |
<geronimo.osgi.import>!META-INF*,${geronimo.osgi.import.pkg}</geronimo.osgi.import>
|
|
|
cf1d1d |
<geronimo.osgi.symbolic.name>${groupId}.${artifactId}</geronimo.osgi.symbolic.name>
|
|
|
cf1d1d |
</properties>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
<build>
|
|
|
cf1d1d |
<plugins>
|
|
|
cf1d1d |
<plugin>
|
|
|
cf1d1d |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
cf1d1d |
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
cf1d1d |
<configuration>
|
|
|
cf1d1d |
<source>1.5</source>
|
|
|
cf1d1d |
<target>1.5</target>
|
|
|
cf1d1d |
</configuration>
|
|
|
cf1d1d |
</plugin>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
<plugin>
|
|
|
cf1d1d |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
cf1d1d |
<artifactId>maven-idea-plugin</artifactId>
|
|
|
cf1d1d |
<configuration>
|
|
|
cf1d1d |
<jdkName>1.5</jdkName>
|
|
|
cf1d1d |
<linkModules>true</linkModules>
|
|
|
cf1d1d |
</configuration>
|
|
|
cf1d1d |
</plugin>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
<plugin>
|
|
|
cf1d1d |
<groupId>org.apache.felix</groupId>
|
|
|
cf1d1d |
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
cf1d1d |
<version>1.2.0</version>
|
|
|
cf1d1d |
<extensions>true</extensions>
|
|
|
cf1d1d |
<configuration>
|
|
|
cf1d1d |
<instructions>
|
|
|
cf1d1d |
<Bundle-Name>${artifactId}</Bundle-Name>
|
|
|
cf1d1d |
<Bundle-SymbolicName>${geronimo.osgi.symbolic.name}</Bundle-SymbolicName>
|
|
|
cf1d1d |
<Export-Package>${geronimo.osgi.export}</Export-Package>
|
|
|
cf1d1d |
<Import-Package>${geronimo.osgi.import}</Import-Package>
|
|
|
cf1d1d |
<Private-Package>${geronimo.osgi.private.pkg}</Private-Package>
|
|
|
cf1d1d |
<Implementation-Title>Apache Geronimo</Implementation-Title>
|
|
|
cf1d1d |
<Implementation-Version>${project.version}</Implementation-Version>
|
|
|
cf1d1d |
</instructions>
|
|
|
cf1d1d |
</configuration>
|
|
|
cf1d1d |
<executions>
|
|
|
cf1d1d |
<execution>
|
|
|
cf1d1d |
<id>bundle-manifest</id>
|
|
|
cf1d1d |
<phase>process-classes</phase>
|
|
|
cf1d1d |
<goals>
|
|
|
cf1d1d |
<goal>manifest</goal>
|
|
|
cf1d1d |
</goals>
|
|
|
cf1d1d |
</execution>
|
|
|
cf1d1d |
</executions>
|
|
|
cf1d1d |
</plugin>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
<plugin>
|
|
|
cf1d1d |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
cf1d1d |
<artifactId>maven-jar-plugin</artifactId>
|
|
|
cf1d1d |
<version>2.1</version>
|
|
|
cf1d1d |
<configuration>
|
|
|
cf1d1d |
<archive>
|
|
|
cf1d1d |
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
|
|
cf1d1d |
</archive>
|
|
|
cf1d1d |
</configuration>
|
|
|
cf1d1d |
</plugin>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
</plugins>
|
|
|
cf1d1d |
</build>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
<reporting>
|
|
|
cf1d1d |
<plugins>
|
|
|
cf1d1d |
<plugin>
|
|
|
cf1d1d |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
cf1d1d |
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
cf1d1d |
<configuration>
|
|
|
cf1d1d |
<targetJdk>1.5</targetJdk>
|
|
|
cf1d1d |
</configuration>
|
|
|
cf1d1d |
</plugin>
|
|
|
cf1d1d |
</plugins>
|
|
|
cf1d1d |
</reporting>
|
|
|
cf1d1d |
|
|
|
cf1d1d |
</project>
|