Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CommandDescription
compile
Compile all sources
gen-managed
Create auto-generated sources and resources (daffodil-lib project only)
test:compile
Compile all test sources
test
Run all tests in src/tests/scala and src/tests/scala-new
test-only X
Only runs tests in the TestSuite specified by 'X'
debug:compile
Compile all tests in src/tests/scala-debug
new:compile
Compile all tests in src/tests/scala-new
new
Run only tests in src/tests/scala-new
clean
Remove all temporary build files
doc
Create Scala API documentation via scaladoc
package
Generate jar files
jacoco:cover
Build coverage reports
start-scriptstage
Generate a script to execute daffodil on the command line (daffodil-core project only)
publish-local
Publish daffodil-lib and daffodil-core locally
update-classifiers
Download all dependent libraries to lib_managed

...