|
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 |
|
| 6 | + <parent> |
| 7 | + <groupId>com.mimacom.liferay</groupId> |
| 8 | + <artifactId>build-parent</artifactId> |
| 9 | + <version>1.1.0</version> |
| 10 | + </parent> |
6 | 11 | <groupId>com.mimacom.liferay</groupId> |
7 | | - <version>1.0.1</version> |
| 12 | + <version>1.1.0</version> |
8 | 13 | <artifactId>db-setup-core</artifactId> |
9 | 14 | <name>Liferay Portal DB Setup core</name> |
10 | 15 | <description>Library that allows to declare a set of Liferay data to be created and create them using the API. |
|
18 | 23 | <java.version>1.7</java.version> |
19 | 24 | <license.plugin.version>1.13</license.plugin.version> |
20 | 25 | <resource.plugin.version>3.0.2</resource.plugin.version> |
21 | | - <liferay.ce.version>6.2.5</liferay.ce.version> |
22 | 26 | <source.plugin.version>3.0.1</source.plugin.version> |
23 | 27 | <javadoc.plugin.version>2.10.4</javadoc.plugin.version> |
24 | 28 | </properties> |
|
39 | 43 | <configuration> |
40 | 44 | <outputDirectory>${project.build.directory}/generated-sources/sources</outputDirectory> |
41 | 45 | <sources> |
42 | | - <source>${basedir}/src/main/resources/setup_definition-1.0.xsd</source> |
| 46 | + <source>${basedir}/src/main/resources/setup_definition-1.1.xsd</source> |
43 | 47 | </sources> |
44 | 48 | <packageName>com.mimacom.liferay.portal.setup.domain</packageName> |
45 | 49 | <clearOutputDir>false</clearOutputDir> |
46 | 50 | </configuration> |
47 | 51 | </plugin> |
48 | | - |
49 | 52 | <plugin> |
50 | 53 | <artifactId>maven-compiler-plugin</artifactId> |
51 | 54 | <version>2.5</version> |
|
55 | 58 | <target>${java.version}</target> |
56 | 59 | </configuration> |
57 | 60 | </plugin> |
58 | | - |
59 | 61 | <plugin> |
60 | 62 | <groupId>org.codehaus.mojo</groupId> |
61 | 63 | <artifactId>license-maven-plugin</artifactId> |
|
82 | 84 | </execution> |
83 | 85 | </executions> |
84 | 86 | </plugin> |
85 | | - |
86 | 87 | <plugin> |
87 | 88 | <groupId>org.apache.maven.plugins</groupId> |
88 | 89 | <artifactId>maven-resources-plugin</artifactId> |
|
156 | 157 | <scope>test</scope> |
157 | 158 | </dependency> |
158 | 159 | </dependencies> |
| 160 | + |
159 | 161 | <scm> |
160 | 162 | <connection>scm:git:git://github.com/mimacom/liferay-db-setup-core.git</connection> |
161 | 163 | <developerConnection>scm:git:ssh://github.com:mimacom/liferay-db-setup-core.git</developerConnection> |
162 | 164 | <url>https://github.com/mimacom/liferay-db-setup-core/tree/1.x</url> |
163 | 165 | </scm> |
| 166 | + |
164 | 167 | <organization> |
165 | 168 | <name>mimacom ag</name> |
166 | 169 | <url>http://www.mimacom.com</url> |
|
174 | 177 | <comments>A business-friendly OSS license</comments> |
175 | 178 | </license> |
176 | 179 | </licenses> |
| 180 | + |
177 | 181 | <developers> |
| 182 | + <developer> |
| 183 | + <name>Silvio Meier</name> |
| 184 | + <email>silvio.meier@empa.ch</email> |
| 185 | + <organization>Empa</organization> |
| 186 | + <organizationUrl>http://www.empa.ch</organizationUrl> |
| 187 | + </developer> |
| 188 | + <developer> |
| 189 | + <name>Ivan Greguric Ortolan</name> |
| 190 | + <email>ivan.g.ortolan@mimacom.com</email> |
| 191 | + <organization>mimacom ag</organization> |
| 192 | + <organizationUrl>http://www.mimacom.com</organizationUrl> |
| 193 | + </developer> |
| 194 | + <developer> |
| 195 | + <name>Gustav Novotny</name> |
| 196 | + <email>gustav.novotny@mimacom.com</email> |
| 197 | + <organization>mimacom ag</organization> |
| 198 | + <organizationUrl>http://www.mimacom.com</organizationUrl> |
| 199 | + </developer> |
| 200 | + <developer> |
| 201 | + <name>Ludovit Hajzer</name> |
| 202 | + <email>ludovit.hajzer@mimacom.com</email> |
| 203 | + <organization>mimacom ag</organization> |
| 204 | + <organizationUrl>http://www.mimacom.com</organizationUrl> |
| 205 | + </developer> |
| 206 | + <developer> |
| 207 | + <name>Marek Palenik</name> |
| 208 | + <email>marek.palenik@mimacom.com</email> |
| 209 | + <organization>mimacom ag</organization> |
| 210 | + <organizationUrl>http://www.mimacom.com</organizationUrl> |
| 211 | + </developer> |
178 | 212 | <developer> |
179 | 213 | <name>Pawel Kruszewski</name> |
180 | 214 | <email>pawel.kruszewski@mimacom.com</email> |
181 | | - <organization>mimacom</organization> |
| 215 | + <organization>mimacom ag</organization> |
182 | 216 | <organizationUrl>http://www.mimacom.com</organizationUrl> |
183 | 217 | </developer> |
184 | 218 | </developers> |
| 219 | + |
| 220 | + <profiles> |
| 221 | + <profile> |
| 222 | + <id>ossrh-distribution</id> |
| 223 | + <build> |
| 224 | + <plugins> |
| 225 | + <plugin> |
| 226 | + <groupId>org.sonatype.plugins</groupId> |
| 227 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 228 | + <version>1.6.7</version> |
| 229 | + <extensions>true</extensions> |
| 230 | + <configuration> |
| 231 | + <serverId>ossrh</serverId> |
| 232 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 233 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 234 | + </configuration> |
| 235 | + </plugin> |
| 236 | + <plugin> |
| 237 | + <groupId>org.apache.maven.plugins</groupId> |
| 238 | + <artifactId>maven-gpg-plugin</artifactId> |
| 239 | + <version>1.5</version> |
| 240 | + <executions> |
| 241 | + <execution> |
| 242 | + <id>sign-artifacts</id> |
| 243 | + <phase>verify</phase> |
| 244 | + <goals> |
| 245 | + <goal>sign</goal> |
| 246 | + </goals> |
| 247 | + </execution> |
| 248 | + </executions> |
| 249 | + </plugin> |
| 250 | + </plugins> |
| 251 | + </build> |
| 252 | + <distributionManagement> |
| 253 | + <snapshotRepository> |
| 254 | + <id>ossrh</id> |
| 255 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 256 | + </snapshotRepository> |
| 257 | + <repository> |
| 258 | + <id>ossrh</id> |
| 259 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 260 | + </repository> |
| 261 | + </distributionManagement> |
| 262 | + </profile> |
| 263 | + </profiles> |
185 | 264 | </project> |
0 commit comments