Parent Directory
|
Revision Log
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 | 1385 | <version>1.0-SNAPSHOT</version> |
8 | <packaging>pom</packaging> | ||
9 | alfonx | 1400 | <description>Full SCHMITZM library with all it's modules</description> |
10 | alfonx | 1397 | |
11 | alfonx | 1400 | <name>SCHMITZM utils library</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 | <module>schmitzm-net</module> | ||
20 | </modules> | ||
21 | alfonx | 1400 | |
22 | <distributionManagement> | ||
23 | <repository> | ||
24 | <id>artifactory.wikisquare.de</id> | ||
25 | <name>artifactory.wikisquare.de-releases</name> | ||
26 | <url>http://artifactory.wikisquare.de/artifactory/libs-releases-local | ||
27 | </url> | ||
28 | </repository> | ||
29 | alfonx | 1385 | |
30 | alfonx | 1400 | <snapshotRepository> |
31 | <id>artifactory.wikisquare.de</id> | ||
32 | <name>artifactory.wikisquare.de-snapshots</name> | ||
33 | <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local | ||
34 | </url> | ||
35 | </snapshotRepository> | ||
36 | |||
37 | </distributionManagement> | ||
38 | |||
39 | alfonx | 1385 | </project> |
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 |