alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Spring Framework example source code file (spring-agent.pom)

This example Spring Framework source code file (spring-agent.pom) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Spring Framework tags/keywords

agent, agent, apache, dependencies, dependencies, external, framework, framework, license, repository, repository, snapshot, spring, version

The Spring Framework spring-agent.pom source code

<?xml version="1.0"?>
<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
	<groupId>org.springframework
	<artifactId>spring-agent
	<packaging>jar
	<name>Spring Framework: Agent
	<version>2.5.3-SNAPSHOT
	<description>Spring Framework: Agent
	<url>http://www.springframework.org
	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt
			<distribution>repo
		</license>
	</licenses>
	<scm>
		<connection>scm:cvs:pserver:anonymous:@springframework.cvs.sourceforge.net:/cvsroot/springframework/spring
		<developerConnection>scm:cvs:ext:username@springframework.cvs.sourceforge.net:/cvsroot/springframework/spring
		<url>http://springframework.cvs.sourceforge.net/springframework/
	</scm>
	<organization>
		<name>Spring Framework
		<url>http://www.springframework.org/
	</organization>
	<dependencies>
<!-- External Dependencies -->
<!-- Spring Dependencies -->
	</dependencies>
	<distributionManagement>
		<repository>
			<id>spring-milestone
			<name>Spring Milestone Repository
			<url>s3://maven.springframework.org/milestone
		</repository>
		<snapshotRepository>
			<id>spring-snapshot
			<name>Spring Snapshot Repository
			<url>s3://maven.springframework.org/snapshot
		</snapshotRepository>
	</distributionManagement>
</project>

Other Spring Framework examples (source code examples)

Here is a short list of links related to this Spring Framework spring-agent.pom source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.