I am executing the mvn clean install -DskipTests -X command in apex-core folder lying under my work directory to run an apache apex application. But there is a build error which says :
Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.7:resources (default-resources) on project apex-app-archetype: Cannot create resource output directory: /home/abhinay/work/apex-core/target/classes .
The work folder is in my home so I dont think its an issue of permission. I have also tried adding a resource outputDirectory in the pom.xml stating the target/classes but it does not allow tag.