Skip to content

Commit

Permalink
Fixes #371 - Add README (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Mar 19, 2024
1 parent 0ea9312 commit de05549
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions azure-storage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Manorrock Ocelot - Azure Storage simulator

The Azure Storage project delivers you with a simulated Azure Storage
experience.
6 changes: 5 additions & 1 deletion azure-storage/pom.xml
Original file line number Diff line number Diff line change
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 de05549

Please sign in to comment.