Skip to content

Commit

Permalink
Merge pull request #452 from CROSSINGTUD/deployment_fix
Browse files Browse the repository at this point in the history
Remove flatten pom plugin
  • Loading branch information
schlichtig authored Nov 10, 2023
2 parents 9cfc174 + 3014101 commit 8743c97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>2.8.0</version>
<packaging>pom</packaging>

<name>CryptoAnalysis</name>
<name>CryptoAnalysis-Parent</name>
<description>CogniCrypt_SAST: CrySL-to-Static Analysis Compiler</description>
<url>https://github.com/CROSSINGTUD/CryptoAnalysis</url>

Expand Down Expand Up @@ -108,6 +108,9 @@
<target>1.8</target>
</configuration>
</plugin>
<!-- This plugin flattens the poms and removes not needed elements.
However, for the deployment, it is required to keep the metadata
fields.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
Expand All @@ -132,6 +135,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit 8743c97

Please sign in to comment.