maven命令


The report will be generated when you execute:

mvn site


Explicitly Generate JXR Files

The JXR files for the project's main sources will be generated using this command:

mvn jxr:jxr

To generate JXR files for the project's test sources, execute this command:

mvn jxr:test-jxr

你可能感兴趣的:(maven)