Table of Contents
About
1.
Issues
Project not deploying in Anypoint Studio after importing the jar
Error Message: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile
Solution
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
- Solution Source: Maven build Compilation error : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project Maven
Project has not explicit encoding in Anypoint Studio after importing the jar
Solution
- Select the issue in Problems tab in Anypoint Studio
- Click Ctrl+1 to change the encoding
- Solution Source: Eclipse: Project ‘PROJECT_NAME’ has no explicit encoding set
Anki
Links
References
. “Anypoint Platform Development: DataWeave”. Available at: . (Accessed: ↩︎
).