Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vlsi/jcptest

Test project for java preprocessor
https://github.com/vlsi/jcptest

Last synced: 2 days ago
JSON representation

Test project for java preprocessor

Awesome Lists containing this project

README

        

# jcptest
Test project for java preprocessor

As you execute `mvn clean package` you get pre-processed sources in the source jar.

Note:
1) `jar-no-fork` should be used for `maven-source-plugin` to avoid reexecution of `generate-sources` phase
2) Pre-processed sources are placed to custom `target/gen-src` folder, so IDEA does not warn you on "duplicate classes"