I am trying to build a android project using maven. But when I run : mvn clean install I get the following error:
Execution default-generate-sources of goal com.jay
The correct solution is documented in the changelog for version 3.6.0
Just add the sdk platform configuration to the Android Maven Plugin like so
17