| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <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"> |
|---|
| 3 | <modelVersion>4.0.0</modelVersion> |
|---|
| 4 | |
|---|
| 5 | <groupId>org.pustefixframework</groupId> |
|---|
| 6 | <artifactId>pustefixframework</artifactId> |
|---|
| 7 | <version>1.0.2</version> |
|---|
| 8 | <packaging>pom</packaging> |
|---|
| 9 | <name>Pustefix Framework</name> |
|---|
| 10 | <url>http://pustefixframework.org</url> |
|---|
| 11 | |
|---|
| 12 | <licenses> |
|---|
| 13 | <license> |
|---|
| 14 | <name>LGPL</name> |
|---|
| 15 | <url>http://www.gnu.org/licenses/lgpl-2.1.txt</url> |
|---|
| 16 | <distribution>repo</distribution> |
|---|
| 17 | </license> |
|---|
| 18 | </licenses> |
|---|
| 19 | |
|---|
| 20 | <organization> |
|---|
| 21 | <name>United Internet</name> |
|---|
| 22 | <url>http://www.unitedinternet.de/</url> |
|---|
| 23 | </organization> |
|---|
| 24 | |
|---|
| 25 | <scm> |
|---|
| 26 | <connection>scm:svn:https://pustefix.svn.sourceforge.net/svnroot/pustefix/trunk</connection> |
|---|
| 27 | <developerConnection>scm:svn:https://pustefix.svn.sourceforge.net/svnroot/pustefix/trunk</developerConnection> |
|---|
| 28 | <url>http://dev.pustefix-framework.org/browser/trunk</url> |
|---|
| 29 | </scm> |
|---|
| 30 | |
|---|
| 31 | <properties> |
|---|
| 32 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|---|
| 33 | <makemode>test</makemode> |
|---|
| 34 | </properties> |
|---|
| 35 | |
|---|
| 36 | <repositories> |
|---|
| 37 | <repository> |
|---|
| 38 | <id>com.springsource.repository.bundles.release</id> |
|---|
| 39 | <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name> |
|---|
| 40 | <url>http://repository.springsource.com/maven/bundles/release</url> |
|---|
| 41 | </repository> |
|---|
| 42 | <repository> |
|---|
| 43 | <id>com.springsource.repository.bundles.external</id> |
|---|
| 44 | <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name> |
|---|
| 45 | <url>http://repository.springsource.com/maven/bundles/external</url> |
|---|
| 46 | </repository> |
|---|
| 47 | </repositories> |
|---|
| 48 | |
|---|
| 49 | <dependencies> |
|---|
| 50 | <dependency> |
|---|
| 51 | <groupId>junit</groupId> |
|---|
| 52 | <artifactId>junit</artifactId> |
|---|
| 53 | <version>4.5</version> |
|---|
| 54 | <scope>test</scope> |
|---|
| 55 | </dependency> |
|---|
| 56 | </dependencies> |
|---|
| 57 | |
|---|
| 58 | <developers> |
|---|
| 59 | <developer> |
|---|
| 60 | <name>Jens Lautenbacher</name> |
|---|
| 61 | <id>jenstl</id> |
|---|
| 62 | <email>jenstl@users.sourceforge.net</email> |
|---|
| 63 | <organization>United Internet</organization> |
|---|
| 64 | <roles> |
|---|
| 65 | <role>Java Development</role> |
|---|
| 66 | </roles> |
|---|
| 67 | <timezone>+1</timezone> |
|---|
| 68 | </developer> |
|---|
| 69 | <developer> |
|---|
| 70 | <name>Martin Leidig</name> |
|---|
| 71 | <id>mtld</id> |
|---|
| 72 | <email>mtld@users.sourceforge.net</email> |
|---|
| 73 | <organization>United Internet</organization> |
|---|
| 74 | <roles> |
|---|
| 75 | <role>Java Development</role> |
|---|
| 76 | </roles> |
|---|
| 77 | <timezone>+1</timezone> |
|---|
| 78 | </developer> |
|---|
| 79 | <developer> |
|---|
| 80 | <name>Sebastian Marsching</name> |
|---|
| 81 | <id>smarsching</id> |
|---|
| 82 | <email>smarsching@users.sourceforge.net</email> |
|---|
| 83 | <organization>United Internet</organization> |
|---|
| 84 | <roles> |
|---|
| 85 | <role>Java Development</role> |
|---|
| 86 | </roles> |
|---|
| 87 | <timezone>+1</timezone> |
|---|
| 88 | </developer> |
|---|
| 89 | <developer> |
|---|
| 90 | <name>Michael Hartmeier</name> |
|---|
| 91 | <id>mlhartme</id> |
|---|
| 92 | <email>mlhartme@users.sourceforge.net</email> |
|---|
| 93 | <organization>United Internet</organization> |
|---|
| 94 | <roles> |
|---|
| 95 | <role>Java Development</role> |
|---|
| 96 | </roles> |
|---|
| 97 | <timezone>+1</timezone> |
|---|
| 98 | </developer> |
|---|
| 99 | </developers> |
|---|
| 100 | |
|---|
| 101 | <build> |
|---|
| 102 | <plugins> |
|---|
| 103 | <plugin> |
|---|
| 104 | <groupId>org.apache.maven.plugins</groupId> |
|---|
| 105 | <artifactId>maven-eclipse-plugin</artifactId> |
|---|
| 106 | <version>2.5.1</version> |
|---|
| 107 | </plugin> |
|---|
| 108 | <plugin> |
|---|
| 109 | <groupId>org.apache.maven.plugins</groupId> |
|---|
| 110 | <artifactId>maven-compiler-plugin</artifactId> |
|---|
| 111 | <configuration> |
|---|
| 112 | <source>1.5</source> |
|---|
| 113 | <target>1.5</target> |
|---|
| 114 | </configuration> |
|---|
| 115 | </plugin> |
|---|
| 116 | <plugin> |
|---|
| 117 | <groupId>org.apache.maven.plugins</groupId> |
|---|
| 118 | <artifactId>maven-jar-plugin</artifactId> |
|---|
| 119 | <configuration> |
|---|
| 120 | <archive> |
|---|
| 121 | <addMavenDescriptor>false</addMavenDescriptor> |
|---|
| 122 | <manifest> |
|---|
| 123 | <addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
|---|
| 124 | <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> |
|---|
| 125 | </manifest> |
|---|
| 126 | </archive> |
|---|
| 127 | </configuration> |
|---|
| 128 | </plugin> |
|---|
| 129 | </plugins> |
|---|
| 130 | </build> |
|---|
| 131 | |
|---|
| 132 | <reporting> |
|---|
| 133 | <plugins> |
|---|
| 134 | <plugin> |
|---|
| 135 | <groupId>org.apache.maven.plugins</groupId> |
|---|
| 136 | <artifactId>maven-project-info-reports-plugin</artifactId> |
|---|
| 137 | <version>2.1</version> |
|---|
| 138 | </plugin> |
|---|
| 139 | <plugin> |
|---|
| 140 | <groupId>org.apache.maven.plugins</groupId> |
|---|
| 141 | <artifactId>maven-javadoc-plugin</artifactId> |
|---|
| 142 | <version>2.5</version> |
|---|
| 143 | </plugin> |
|---|
| 144 | <plugin> |
|---|
| 145 | <groupId>org.apache.maven.plugins</groupId> |
|---|
| 146 | <artifactId>maven-changelog-plugin</artifactId> |
|---|
| 147 | <version>2.1</version> |
|---|
| 148 | </plugin> |
|---|
| 149 | <plugin> |
|---|
| 150 | <groupId>org.apache.maven.plugins</groupId> |
|---|
| 151 | <artifactId>maven-jxr-plugin</artifactId> |
|---|
| 152 | <version>2.1</version> |
|---|
| 153 | </plugin> |
|---|
| 154 | </plugins> |
|---|
| 155 | </reporting> |
|---|
| 156 | |
|---|
| 157 | <distributionManagement> |
|---|
| 158 | <repository> |
|---|
| 159 | <id>pustefix</id> |
|---|
| 160 | <name>Pustefix Maven Repository</name> |
|---|
| 161 | <url>scpexe://pustefixhp.schlund.de/home/pustefix/repository/maven</url> |
|---|
| 162 | <uniqueVersion>false</uniqueVersion> |
|---|
| 163 | </repository> |
|---|
| 164 | <snapshotRepository> |
|---|
| 165 | <id>pustefix-snapshots</id> |
|---|
| 166 | <name>TODO</name> |
|---|
| 167 | <url>http://todo/setup-pustefix-snapshot-depository</url> |
|---|
| 168 | <uniqueVersion>true</uniqueVersion> |
|---|
| 169 | </snapshotRepository> |
|---|
| 170 | |
|---|
| 171 | <site> |
|---|
| 172 | <id>pustefix</id> |
|---|
| 173 | <url>scpexe://pustefix@pustefixhp.schlund.de/var/www/pustefix-docs/trunk</url> |
|---|
| 174 | </site> |
|---|
| 175 | </distributionManagement> |
|---|
| 176 | <profiles> |
|---|
| 177 | <profile> |
|---|
| 178 | <id>oneandone</id> |
|---|
| 179 | <properties> |
|---|
| 180 | <oneandone.releases>http://mavenrepo.united.domain:8081/nexus/content/repositories/1und1-stable</oneandone.releases> |
|---|
| 181 | <oneandone.snapshots>http://mavenrepo.united.domain:8081/nexus/content/repositories/1und1-snapshots</oneandone.snapshots> |
|---|
| 182 | <oneandone.tools.releases>http://mavenrepo.united.domain:8081/nexus/content/repositories/1und1-tools-releases</oneandone.tools.releases> |
|---|
| 183 | <oneandone.tools.snapshots>http://mavenrepo.united.domain:8081/nexus/content/repositories/1und1-tools-snapshots</oneandone.tools.snapshots> |
|---|
| 184 | </properties> |
|---|
| 185 | <distributionManagement> |
|---|
| 186 | <repository> |
|---|
| 187 | <id>oneandone-releases</id> |
|---|
| 188 | <url>${oneandone.releases}</url> |
|---|
| 189 | </repository> |
|---|
| 190 | <snapshotRepository> |
|---|
| 191 | <id>oneandone-snapshots</id> |
|---|
| 192 | <url>${oneandone.snapshots}</url> |
|---|
| 193 | </snapshotRepository> |
|---|
| 194 | </distributionManagement> |
|---|
| 195 | </profile> |
|---|
| 196 | </profiles> |
|---|
| 197 | |
|---|
| 198 | <modules> |
|---|
| 199 | <module>pustefix-libs</module> |
|---|
| 200 | <module>pustefix-webservices</module> |
|---|
| 201 | <module>pustefix-plugins</module> |
|---|
| 202 | <module>pustefix-archetypes</module> |
|---|
| 203 | <module>pustefix-core</module> |
|---|
| 204 | <module>pustefix-osgi</module> |
|---|
| 205 | <module>pustefix-samples</module> |
|---|
| 206 | <!--<module>pustefix-editor</module>--> |
|---|
| 207 | <module>pustefix-docbook</module> |
|---|
| 208 | <module>pustefix-url-rewrite-filter</module> |
|---|
| 209 | </modules> |
|---|
| 210 | |
|---|
| 211 | </project> |
|---|