Edit C:\Users\Admin\.m2\repository\org\apache\geronimo\specs\specs\1.3\specs-1.3.pom
<?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"> <!-- 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. --> <!-- $Rev: 601310 $ $Date: 2007-12-05 07:14:51 -0500 (Wed, 05 Dec 2007) $ --> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.geronimo.genesis.config</groupId> <artifactId>project-config</artifactId> <version>1.1</version> </parent> <groupId>org.apache.geronimo.specs</groupId> <artifactId>specs</artifactId> <packaging>pom</packaging> <name>Geronimo Specifications</name> <version>1.3</version> <description> Provides open-source implementations of Sun specifications. </description> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/1_3</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/1_3/</developerConnection> <url>http://svn.apache.org/viewvc/geronimo/specs/tags/1_3/</url> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <properties> <!-- | | Geronimo OSGi properties | | Note: when modules can override these properties. | --> <geronimo.osgi.import.pkg>*</geronimo.osgi.import.pkg> <geronimo.osgi.export.pkg>*</geronimo.osgi.export.pkg> <geronimo.osgi.private.pkg></geronimo.osgi.private.pkg> <geronimo.osgi.export>!META-INF*,${geronimo.osgi.export.pkg}*;version=${geronimo.osgi.export.version}</geronimo.osgi.export> <geronimo.osgi.export.version>${project.version}</geronimo.osgi.export.version> <geronimo.osgi.import>!META-INF*,${geronimo.osgi.import.pkg}</geronimo.osgi.import> <geronimo.osgi.symbolic.name>${groupId}.${artifactId}</geronimo.osgi.symbolic.name> <geronimo.osgi.resources>META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt</geronimo.osgi.resources> </properties> <build> <plugins> <plugin> <groupId>org.apache.geronimo.genesis.plugins</groupId> <artifactId>tools-maven-plugin</artifactId> <executions> <execution> <id>install-legal-files</id> <phase>generate-resources</phase> <goals> <goal>copy-legal-files</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.4</source> <target>1.4</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-idea-plugin</artifactId> <configuration> <jdkName>1.4</jdkName> <linkModules>true</linkModules> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <tagBase>https://svn.apache.org/repos/asf/geronimo/specs/tags/</tagBase> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>1.0.0</version> <extensions>true</extensions> <configuration> <instructions> <Bundle-Name>${artifactId}</Bundle-Name> <Bundle-SymbolicName>${geronimo.osgi.symbolic.name}</Bundle-SymbolicName> <Export-Package>${geronimo.osgi.export}</Export-Package> <Import-Package>${geronimo.osgi.import}</Import-Package> <Private-Package>${geronimo.osgi.private.pkg}</Private-Package> <Implementation-Title>Apache Geronimo</Implementation-Title> <Implementation-Version>${project.version}</Implementation-Version> <Include-Resource>${geronimo.osgi.resources}</Include-Resource> </instructions> </configuration> </plugin> </plugins> </build> <profiles> <!-- NOTE: Some modules require JDK 1.5 to build, only enable them if our JVM supports that version. --> <profile> <id>jdk1.5</id> <activation> <jdk>1.5</jdk> </activation> </profile> </profiles> <repositories> <!-- NOTE: The default repositories are picked up by Genesis, but need to specify where Genesis lives to pick it up + any additional repositories. --> <repository> <id>apache-snapshots</id> <name>Apache Snapshots Repository</name> <url>http://people.apache.org/repo/m2-snapshot-repository</url> <layout>default</layout> <snapshots> <enabled>true</enabled> <updatePolicy>daily</updatePolicy> <checksumPolicy>ignore</checksumPolicy> </snapshots> <releases> <enabled>false</enabled> </releases> </repository> </repositories> <distributionManagement> <!-- NOTE: The repository and snapshotRepository are picked up from Genesis. --> <site> <id>geronimo-website</id> <url>scp://people.apache.org/www/geronimo.apache.org/maven/specs</url> </site> </distributionManagement> </project>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de