Skip to content

Commit 5a19a9a

Browse files
author
Benjamin Reed
committed
fix flattening so sonatype validates properly
1 parent 017183a commit 5a19a9a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
<name>Elasticsearch Drift Plugin</name>
1919
<description>Aggregate function plugin for Elasticsearch</description>
20+
<url>https://github.com/OpenNMS/elasticsearch-drift-plugin</url>
2021

2122
<modules>
2223
<module>es-7.6.2</module>
@@ -342,7 +343,7 @@
342343
<plugin>
343344
<groupId>org.codehaus.mojo</groupId>
344345
<artifactId>flatten-maven-plugin</artifactId>
345-
<version>1.0.0</version>
346+
<version>1.2.7</version>
346347
<configuration>
347348
<updatePomFile>true</updatePomFile>
348349
</configuration>
@@ -353,6 +354,9 @@
353354
<goals>
354355
<goal>flatten</goal>
355356
</goals>
357+
<configuration>
358+
<flattenMode>oss</flattenMode>
359+
</configuration>
356360
</execution>
357361
<execution>
358362
<id>flatten.clean</id>

0 commit comments

Comments
 (0)