Skip to content

Commit b0d9305

Browse files
author
Ondrej Zizka
committed
POM: Add <license> and <developers>
1 parent 5972164 commit b0d9305

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pom.xml

+6-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<description>JUnitDiff creates a HTML table from JUnit results. Rows are tests, columns are runs. Clicking the statuses reveals a pop-up with the logs and the stacktrace if any. </description>
1111
<url>https://github.com/OndraZizka/junitdiff</url>
1212
<!-- <url>http://ondra.zizka.cz/stranky/programovani/java/junit-test-results-report-comparison-junitdiff.texy</url> -->
13+
<licenses><license><name>The Apache Software License, Version 2.0</name><url>http://www.apache.org/licenses/LICENSE-2.0.txt</url><distribution>repo</distribution></license></licenses>
14+
<developers><developer><name>Ondrej Zizka</name><email>[email protected]</email></developer></developers>
15+
<issueManagement><system>GitHub Issues</system><url>https://github.com/OndraZizka/junitdiff/issues</url></issueManagement>
1316

1417
<properties>
1518
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -146,7 +149,7 @@
146149
</profile>
147150

148151
<profile>
149-
<id>packageDistributable</id>
152+
<id>packageDistributable</id> <activation><property><name>release</name></property></activation>
150153
<build>
151154
<plugins>
152155
<!-- Copy the dependencies to /lib -->
@@ -199,7 +202,7 @@
199202
</profile>
200203

201204
<profile>
202-
<id>e2eTest</id>
205+
<id>e2eTest</id> <activation><property><name>release</name></property></activation>
203206
<build>
204207
<plugins>
205208
<!-- One real execution of the tool from outside JUnit. -->
@@ -223,7 +226,7 @@
223226
</profile>
224227

225228
<!-- Release. -->
226-
<profile><id>release</id>
229+
<profile><id>release</id> <activation><property><name>release</name></property></activation>
227230
<properties>
228231
<ossrh.host>oss.sonatype.org</ossrh.host>
229232
</properties>

0 commit comments

Comments
 (0)