Skip to content

Commit

Permalink
Fixes #371 - Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Mar 19, 2024
1 parent c355214 commit 0b540a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-storage/pom.xml
Expand Up @@ -70,6 +70,7 @@
<release>${java.version}</release>
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
Expand All @@ -92,6 +93,7 @@
</systemPropertyVariables>
</configuration>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
Expand All @@ -100,6 +102,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<!--
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
Expand Down Expand Up @@ -170,7 +173,8 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>
-->
</plugins>
</build>
</project>

0 comments on commit 0b540a4

Please sign in to comment.