/[schmitzm]/trunk/pom.xml
ViewVC logotype

Annotation of /trunk/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1405 - (hide annotations)
Wed Jan 26 19:43:59 2011 UTC (14 years, 1 month ago) by alfonx
File MIME type: text/xml
File size: 1180 byte(s)


1 alfonx 1385 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4    
5     <groupId>de.schmitzm</groupId>
6 alfonx 1400 <artifactId>schmitzm-library</artifactId>
7 alfonx 1401 <version>2.6-SNAPSHOT</version>
8 alfonx 1385 <packaging>pom</packaging>
9 alfonx 1401 <description>schmitzm meta-module pulling all schmitzm modules</description>
10 alfonx 1397
11 alfonx 1401 <name>schmitz library complete</name>
12 alfonx 1399
13 alfonx 1385 <modules>
14 alfonx 1397 <module>schmitzm-parent</module>
15 alfonx 1385 <module>schmitzm-core</module>
16     <module>schmitzm-gt</module>
17     <module>schmitzm-jfree</module>
18     <module>schmitzm-jfree-gt</module>
19     </modules>
20 alfonx 1400
21     <distributionManagement>
22 alfonx 1405
23 alfonx 1400 <repository>
24     <id>artifactory.wikisquare.de</id>
25     <name>artifactory.wikisquare.de-releases</name>
26 alfonx 1401 <url>http://artifactory.wikisquare.de/artifactory/libs-releases-local</url>
27 alfonx 1400 </repository>
28 alfonx 1385
29 alfonx 1400 <snapshotRepository>
30     <id>artifactory.wikisquare.de</id>
31     <name>artifactory.wikisquare.de-snapshots</name>
32 alfonx 1401 <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local</url>
33 alfonx 1400 </snapshotRepository>
34    
35     </distributionManagement>
36    
37 alfonx 1385 </project>

Properties

Name Value
svn:eol-style native
svn:keywords Id URL
svn:mime-type text/xml

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26