Disable flatten plugin

This commit is contained in:
Spencer Gibb
2019-03-13 16:30:32 -04:00
parent 093b0882b5
commit 9965c61542
3 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@@ -17,3 +17,4 @@ _site/
*.iml
.factorypath
.vscode/
.flattened-pom.xml

View File

@@ -225,7 +225,7 @@
</execution>
</executions>
</plugin>
<plugin>
<!--<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.0.0</version>
@@ -240,7 +240,7 @@
</pomElements>
</configuration>
<executions>
<!-- enable flattening -->
&lt;!&ndash; enable flattening &ndash;&gt;
<execution>
<id>flatten</id>
<phase>process-resources</phase>
@@ -248,7 +248,7 @@
<goal>flatten</goal>
</goals>
</execution>
<!-- ensure proper cleanup -->
&lt;!&ndash; ensure proper cleanup &ndash;&gt;
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
@@ -257,7 +257,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>-->
</plugins>
<pluginManagement>
<plugins>

View File

@@ -196,7 +196,7 @@
</profiles>
<build>
<plugins>
<plugin>
<!--<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.0.0</version>
@@ -211,7 +211,7 @@
</pomElements>
</configuration>
<executions>
<!-- enable flattening -->
&lt;!&ndash; enable flattening &ndash;&gt;
<execution>
<id>flatten</id>
<phase>process-resources</phase>
@@ -219,7 +219,7 @@
<goal>flatten</goal>
</goals>
</execution>
<!-- ensure proper cleanup -->
&lt;!&ndash; ensure proper cleanup &ndash;&gt;
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
@@ -228,7 +228,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>-->
</plugins>
<pluginManagement>
<plugins>