Skip to content

How to get 1.2.2 SNAPSHOT version? #23

@yosaku01

Description

@yosaku01

From the maven2 repository, I can only get 1.2.0 plugin version
After I git clone the source code and compile (mvn clean package), I get the following error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (attach-javadocs) on project mule-mmc-rest-plugin: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:16: error: unknown tag: goal
[ERROR] * @goal deploy
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:17: error: unknown tag: execute
[ERROR] * @execute phase="compile"
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:18: error: unknown tag: requiresDirectInvocation [ERROR] * @requiresDirectInvocation true
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:19: error: unknown tag: requiresDependencyResolution
[ERROR] * @requiresDependencyResolution runtime
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:84: error: unknown tag: parameter
[ERROR] * @parameter expression="${basedir}/src/main/app"
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:85: error: unknown tag: required
[ERROR] * @required
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:102: error: unknown tag: parameter
[ERROR] * @parameter expression="${clusterName}"
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:55: error: unknown tag: parameter
[ERROR] * @parameter expression="${deploymentName}"
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:37: error: unknown tag: parameter
[ERROR] * @parameter alias="appName" expression="${appName}"
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:39: error: unknown tag: required
[ERROR] * @required
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:90: error: unknown tag: parameter
[ERROR] * @parameter expression="muleApiUrl"
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:91: error: unknown tag: required
[ERROR] * @required
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:47: error: unknown tag: parameter
[ERROR] * @parameter expression="${name}"
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:30: error: unknown tag: parameter
[ERROR] * @parameter expression="${project.build.directory}"
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:31: error: unknown tag: required
[ERROR] * @required
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:76: error: unknown tag: parameter
[ERROR] * @parameter expression="${password}"
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:77: error: unknown tag: required
[ERROR] * @required
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:96: error: unknown tag: parameter
[ERROR] * @parameter expression="${serverGroup}"
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:97: error: unknown tag: required
[ERROR] * @required
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:70: error: unknown tag: parameter
[ERROR] * @parameter expression="${username}"
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:71: error: unknown tag: required
[ERROR] * @required
[ERROR] ^
[ERROR] D:\gitDirectory\Maven-Mule-REST-Plugin\src\main\java\org\mule\tools\maven\rest\Deploy.java:63: error: unknown tag: parameter
[ERROR] * @parameter expression="${version}"
[ERROR] ^
[ERROR]
[ERROR] Command line was: "C:\Program Files\Java\jdk1.8.0_152\jre..\bin\javadoc.exe" @options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in 'D:\gitDirectory\Maven-Mule-REST-Plugin\target\apidocs' dir.
[ERROR]
[ERROR] -> [Help 1]
[ERROR]

Can you tell me why I get these errors? Thank you very much.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions