Skip to content

Commit 6822bb7

Browse files
authored
Merge pull request #935 from TomasHofman/fix-nexus3-validations
Change the dist/build/ submodule to pom packaging, to avoid producing…
2 parents f0c23ba + b9ac334 commit 6822bb7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dist/build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>prospero-build</artifactId>
10-
<packaging>jar</packaging>
10+
<packaging>pom</packaging>
1111

1212
<name>Prospero Build</name>
1313

integration-tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
<groupId>org.wildfly.prospero</groupId>
125125
<artifactId>prospero-build</artifactId>
126126
<version>${project.version}</version>
127+
<type>zip</type>
127128
<scope>test</scope>
128129
<exclusions>
129130
<exclusion>

0 commit comments

Comments
 (0)