Skip to content

Commit 75599b7

Browse files
committed
Maven: Prepare release to central
1 parent e3c4730 commit 75599b7

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

pom.xml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,51 @@
3131
<artifactId>test-data-loader</artifactId>
3232
<version>0.2.2-SNAPSHOT</version>
3333

34+
<name>test-data-loader</name>
35+
<description>A Groovy DSL for creating test data via JPA </description>
36+
<url>https://github.com/triologygmbh/test-data-loader</url>
37+
<inceptionYear>2016</inceptionYear>
38+
39+
<licenses>
40+
<license>
41+
<name>MIT License</name>
42+
<url>https://github.com/triologygmbh/command-bus/blob/master/LICENSE</url>
43+
</license>
44+
</licenses>
45+
46+
<organization>
47+
<name>TRIOLOGY GmbH</name>
48+
<url>https://www.triology.de/</url>
49+
</organization>
50+
51+
<developers>
52+
53+
<developer>
54+
<name>Daniel Behrwind</name>
55+
<email>daniel.behrwind@triology.de</email>
56+
<organization>TRIOLOGY GmbH</organization>
57+
<organizationUrl>https://www.triology.de/</organizationUrl>
58+
<timezone>Europe/Berlin</timezone>
59+
</developer>
60+
61+
<developer>
62+
<name>Philipp Czora</name>
63+
<email>philipp.czora@triology.de</email>
64+
<organization>TRIOLOGY GmbH</organization>
65+
<organizationUrl>https://www.triology.de/</organizationUrl>
66+
<timezone>Europe/Berlin</timezone>
67+
</developer>
68+
69+
<developer>
70+
<name>Johannes Schnatterer</name>
71+
<email>johannes.schnatterer@triology.de</email>
72+
<organization>TRIOLOGY GmbH</organization>
73+
<organizationUrl>https://www.triology.de/</organizationUrl>
74+
<timezone>Europe/Berlin</timezone>
75+
</developer>
76+
77+
</developers>
78+
3479
<properties>
3580
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3681
<sonar.sources>src/main/groovy</sonar.sources>
@@ -226,6 +271,20 @@
226271
</executions>
227272
</plugin>
228273

274+
<plugin>
275+
<groupId>org.apache.maven.plugins</groupId>
276+
<artifactId>maven-javadoc-plugin</artifactId>
277+
<version>2.10.4</version>
278+
<executions>
279+
<execution>
280+
<id>attach-javadocs</id>
281+
<goals>
282+
<goal>jar</goal>
283+
</goals>
284+
</execution>
285+
</executions>
286+
</plugin>
287+
229288
<plugin>
230289
<groupId>com.bluetrainsoftware.maven</groupId>
231290
<artifactId>groovydoc-maven-plugin</artifactId>

0 commit comments

Comments
 (0)