Edit C:\Users\Admin\.m2\repository\org\apache\xbean\xbean\3.4\xbean-3.4.pom
<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: 432962 $ $Date: 2006-08-20 03:47:39 -0700 (Sun, 20 Aug 2006) $ --> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>4</version> </parent> <groupId>org.apache.xbean</groupId> <artifactId>xbean</artifactId> <name>Apache XBean</name> <packaging>pom</packaging> <inceptionYear>2005</inceptionYear> <version>3.4</version> <description> XBean is a plugin based server architecture. </description> <url>http://geronimo.apache.org/xbean</url> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/xbean/tags/xbean-3.4</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/xbean/tags/xbean-3.4</developerConnection> <url>http://svn.apache.org/viewvc/geronimo/xbean/tags/xbean-3.4</url> </scm> <properties> <!-- | | Geronimo OSGi properties | | Note: when modules can override these properties. | --> <xbean.osgi.import.pkg>*</xbean.osgi.import.pkg> <xbean.osgi.export.pkg>org.apache.xbean*</xbean.osgi.export.pkg> <xbean.osgi.private.pkg /> <xbean.osgi.export>!META-INF*,${xbean.osgi.export.pkg}*;version=${xbean.osgi.export.version}</xbean.osgi.export> <xbean.osgi.export.version>${project.version}</xbean.osgi.export.version> <xbean.osgi.import>!META-INF*,${xbean.osgi.import.pkg}</xbean.osgi.import> <xbean.osgi.symbolic.name>${groupId}.${artifactId}</xbean.osgi.symbolic.name> </properties> <issueManagement> <system>jira</system> <url>http://issues.apache.org/jira/browse/XBEAN</url> </issueManagement> <mailingLists> <mailingList> <name>xbean developers</name> <subscribe>mailto:xbean-dev-subscribe@geronimo.apache.org</subscribe> <unsubscribe>mailto:xbean-dev-unsubscribe@xbean.org</unsubscribe> </mailingList> <mailingList> <name>xbean users</name> <subscribe>mailto:xbean-user-subscribe@geronimo.apache.org</subscribe> <unsubscribe>mailto:xbean-user-unsubscribe@geronimo.apache.org</unsubscribe> </mailingList> </mailingLists> <developers> <developer> <id>chirino</id> <name>Hiram Chirino</name> <roles> <role>Commiter</role> </roles> <timezone>-5</timezone> </developer> <developer> <id>dain</id> <name>Dain Sundstrom</name> <email>dain@iq80.com</email> <roles> <role>Commiter</role> </roles> <timezone>-8</timezone> </developer> <developer> <id>dblevins</id> <name>David Blevins</name> <email>dblevins@visi.com</email> <roles> <role>Commiter</role> </roles> <timezone>-8</timezone> </developer> <developer> <id>jstrachan</id> <name>James Strachan</name> <roles> <role>Commiter</role> </roles> <timezone>-8</timezone> </developer> <developer> <id>jvanzyl</id> <name>Jason van Zyl</name> <roles> <role>Commiter</role> </roles> <timezone>-8</timezone> </developer> <developer> <id>maguro</id> <name>Alan D. Cabrera</name> <roles> <role>Commiter</role> </roles> <timezone>-8</timezone> </developer> <developer> <id>gnodet</id> <name>Guillaume Nodet</name> <roles> <role>Commiter</role> </roles> <timezone>+1</timezone> </developer> </developers> <dependencyManagement> <dependencies> <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> <version>1.6.2</version> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib-nodep</artifactId> <version>2.1_2</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.3</version> </dependency> <dependency> <groupId>groovy</groupId> <artifactId>groovy</artifactId> <version>1.0-jsr-03</version> </dependency> <dependency> <groupId>mx4j</groupId> <artifactId>mx4j</artifactId> <version>3.0.1</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>2.0.5</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>2.0.5</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>2.0.5</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jmx</artifactId> <version>2.0.5</version> </dependency> <dependency> <groupId>com.thoughtworks.qdox</groupId> <artifactId>qdox</artifactId> <version>1.6.3</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <build> <defaultGoal>install</defaultGoal> <pluginManagement> <plugins> <plugin> <groupId>org.apache.xbean</groupId> <artifactId>maven-xbean-plugin</artifactId> <version>${pom.version}</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <failIfNoTests>false</failIfNoTests> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-idea-plugin</artifactId> <configuration> <jdkName>1.5</jdkName> <jdkLevel>1.5</jdkLevel> <linkModules>true</linkModules> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.0-beta-7</version> <configuration> <preparationGoals>clean,verify,install</preparationGoals> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin> <!-- Add NOTICE and LICENSE to jars --> <plugin> <artifactId>maven-remote-resources-plugin</artifactId> <version>1.0</version> <executions> <execution> <goals> <goal>process</goal> </goals> <configuration> <resourceBundles> <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> </resourceBundles> <properties> <addLicense>true</addLicense> <addArtifact>true</addArtifact> <projectName>Apache XBean</projectName> </properties> </configuration> </execution> </executions> </plugin> <!-- OSGi bundles plugin --> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>1.4.0</version> <extensions>true</extensions> <configuration> <instructions> <Bundle-Name>${artifactId}</Bundle-Name> <Bundle-SymbolicName>${xbean.osgi.symbolic.name}</Bundle-SymbolicName> <Export-Package>${xbean.osgi.export}</Export-Package> <Import-Package>${xbean.osgi.import}</Import-Package> <Private-Package>${xbean.osgi.private.pkg}</Private-Package> <Implementation-Title>Apache XBean</Implementation-Title> <Implementation-Version>${project.version}</Implementation-Version> </instructions> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <build> <plugins> <!-- We want to sign the artifact, the POM, and all attached artifacts --> <plugin> <inherited>true</inherited> <artifactId>maven-gpg-plugin</artifactId> <version>1.0-alpha-4</version> <configuration> <passphrase>${gpg.passphrase}</passphrase> </configuration> <executions> <execution> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <!-- We want to deploy the artifact to a staging location for perusal --> <plugin> <inherited>true</inherited> <artifactId>maven-deploy-plugin</artifactId> <version>2.3</version> <configuration> <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository> <updateReleaseInfo>true</updateReleaseInfo> </configuration> </plugin> </plugins> </build> </profile> <profile> <id>deploy</id> <build> <defaultGoal>deploy</defaultGoal> <plugins> <!-- We want the Source JAR published with the release --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.0.4</version> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <!-- We want the JavaDoc JAR published with the release --> <plugin> <inherited>true</inherited> <artifactId>maven-javadoc-plugin</artifactId> <version>2.4</version> <configuration> <source>1.5</source> </configuration> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <modules> <module>xbean-classloader</module> <module>xbean-classpath</module> <module>xbean-finder</module> <module>xbean-naming</module> <module>xbean-reflect</module> <module>xbean-spring</module> <module>xbean-telnet</module> <module>maven-xbean-plugin</module> </modules> <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> <site> <id>geronimo-website</id> <url>scp://people.apache.org/www/geronimo.apache.org/maven/xbean</url> </site> </distributionManagement> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.0</version> <configuration> <minmemory>128m</minmemory> <maxmemory>512</maxmemory> <breakiterator>true</breakiterator> <quiet>true</quiet> <verbose>false</verbose> <source>1.5</source> <!-- FIXME: This worked in m1, but m2 complains about it being an invalid flag <additionalparam>-J-Djava.awt.headless=true</additionalparam> --> <linksource>true</linksource> <links> <!-- JSE --> <link>http://java.sun.com/j2se/1.5.0/docs/api/</link> <link>http://java.sun.com/j2se/1.4.2/docs/api/</link> <link>http://java.sun.com/j2se/1.3/docs/api/</link> <!-- JEE --> <link>http://java.sun.com/j2ee/1.4/docs/api/</link> <link>http://java.sun.com/j2ee/sdk_1.3/techdocs/api/</link> <!-- Libraries --> <link>http://jakarta.apache.org/commons/collections/apidocs</link> <link>http://jakarta.apache.org/commons/logging/apidocs/</link> <link>http://logging.apache.org/log4j/docs/api/</link> <link>http://jakarta.apache.org/regexp/apidocs/</link> <link>http://jakarta.apache.org/velocity/api/</link> </links> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.1</version> <configuration> <targetJdk>1.5</targetJdk> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jxr-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>surefire-report-maven-plugin</artifactId> </plugin> </plugins> </reporting> </project>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de