Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
ea4dc6c2
Commit
ea4dc6c2
authored
Aug 25, 2020
by
Piotr Gawron
Browse files
ant task for generating docs
parent
bee97cdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
ea4dc6c2
...
...
@@ -78,6 +78,20 @@
</exec>
</target>
<target
name=
"maven-build-with-doc"
depends=
"gitversion, maven-build-with-doc-windows, maven-build-with-doc-unix"
/>
<target
name=
"maven-build-with-doc-windows"
if=
"isWindows"
>
<exec
dir=
"."
executable=
"cmd"
>
<arg
line=
"/c mvn -DfailIfNoTests=false -Dtest=lcsb.mapviewer.web.** clean install -pl web -am"
/>
</exec>
</target>
<target
name=
"maven-build-with-doc-unix"
if=
"isUnix"
>
<exec
dir=
"."
executable=
"sh"
>
<arg
line=
"-c 'mvn -DfailIfNoTests=false -Dtest=lcsb.mapviewer.web.** clean install -pl web -am'"
/>
</exec>
</target>
<target
name=
"maven-test"
depends=
"maven-test-windows, maven-test-unix"
/>
<target
name=
"maven-test-windows"
depends=
"maven-build"
if=
"isWindows"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment