We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0331d71 commit fe7ca27Copy full SHA for fe7ca27
jsondoc-cloud/.gitignore
@@ -0,0 +1 @@
1
+ROOT.war
jsondoc-sample-springmvc/pom.xml
@@ -162,7 +162,7 @@
162
<phase>package</phase>
163
<configuration>
164
<tasks>
165
- <copy todir="../jsondoc-dotcloud/" flatten="true"
+ <copy todir="../jsondoc-cloud/" flatten="true"
166
overwrite="true" verbose="true" failonerror="true">
167
<fileset dir="target" includes="*.war" />
168
</copy>
0 commit comments