atlas-create-jira-plugin ERROR

he helen January 6, 2013

I follow the tutorial found at https://developer.atlassian.com/display/DOCS/Create+a+HelloWorld+Plugin+Project. when executing 'atlas-create-jira-plugin', it gives the output below:

C:\Users\helen.he>atlas-create-jira-plugin
A new plugin structure is required for JIRA 5 plugins due to significant changes
 in the APIs.
Create a plugin for?
1) JIRA 5
2) JIRA 4 (or earlier)
#?1
Executing: "C:\Users\helen.he\atlassian-plugin-sdk\apache-maven\bin\mvn.bat" com
.atlassian.maven.plugins:maven-jira-plugin:4.1.2:create
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO]    task-segment: [com.atlassian.maven.plugins:maven-jira-plugin:4.1.2:cre
ate] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[WARNING] POM for 'commons-beanutils:commons-beanutils:pom:1.7.0:runtime' is inv
alid.

Its dependencies (if any) will NOT be available to the current build.
[WARNING] POM for 'velocity:velocity:pom:1.4:runtime' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] [jira:create]
[INFO] Google Analytics Tracking is enabled to collect AMPS usage statistics.
[INFO] Although no personal information is sent, you may disable tracking by add
ing <allowGoogleTracking>false</allowGoogleTracking> to the amps plugin configur
ation in your pom.xml
[INFO] Sending event to Google Analytics: AMPS:jira - Create Plugin
Define value for groupId: : com.atlassian.tutorial
Define value for artifactId: : helloworld
Define value for version:  [1.0-SNAPSHOT]: 1.0
Define value for package:  [com.atlassian.tutorial]: com.atlassian.tutorial.hell
oworld
Confirm properties configuration:
groupId: com.atlassian.tutorial
artifactId: helloworld
version: 1.0
package: com.atlassian.tutorial.helloworld
 [Y]: y
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus
.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[ERROR] The specified class for ResourceManager (org.apache.velocity.runtime.res
ource.ResourceManagerImpl) does not implement org.apache.velocity.runtime.resour
ce.ResourceManager; Velocity is not initialized correctly.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Unable to execute mojo

Embedded error: Unable to find the mojo 'generate' (or one of its required compo
nents) in the plugin 'org.apache.maven.plugins:maven-archetype-plugin'
The specified class for ResourceManager (org.apache.velocity.runtime.resource.Re
sourceManagerImpl) does not implement org.apache.velocity.runtime.resource.Resou
rceManager; Velocity is not initialized correctly.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53 seconds
[INFO] Finished at: Mon Jan 07 17:11:56 CST 2013
[INFO] Final Memory: 37M/105M
[INFO] ---------------------------------------------------------

Can anybody tell me how to solve it. Thx~

4 answers

0 votes
he helen January 7, 2013

I solve it. Because I made a mistake that velocity-1.4.jar cannot be unzip correctly,so I download the right one from http://mvnrepository.com/artifact/velocity/velocity

It's OK now. Thanks all~~

0 votes
he helen January 7, 2013

I install the SDK 4.1.2 on the Windows System as Bhushan says.

C:\Users\helen.he>atlas-version

ATLAS Version:    4.1.2
ATLAS Home:       C:\Users\helen.he\atlassian-plugin-sdk
ATLAS Scripts:    C:\Users\helen.he\atlassian-plugin-sdk\bin
ATLAS Maven Home: C:\Users\helen.he\atlassian-plugin-sdk\apache-maven
--------
Executing: "C:\Users\helen.he\atlassian-plugin-sdk\apache-maven\bin\mvn.bat" --v
ersion
Apache Maven 2.1.0 (r755702; 2009-03-19 03:10:27+0800)
Java version: 1.6.0_18
Java home: C:\Program Files\jdk1.6.0_18\jre
Default locale: zh_CN, platform encoding: GBK
OS name: "windows 7" version: "6.1" arch: "x86" Family: "windows"

I think SDK is installed correctly,but still have the atlas-create-jira-plugin ERROR:

[ERROR] The specified class for ResourceManager (org.apache.velocity.runtime.res
ource.ResourceManagerImpl) does not implement org.apache.velocity.runtime.resour
ce.ResourceManager; Velocity is not initialized correctly.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Unable to execute mojo
 
Embedded error: Unable to find the mojo 'generate' (or one of its required compo
nents) in the plugin 'org.apache.maven.plugins:maven-archetype-plugin'
The specified class for ResourceManager (org.apache.velocity.runtime.resource.Re
sourceManagerImpl) does not implement org.apache.velocity.runtime.resource.Resou
rceManager; Velocity is not initialized correctly.

0 votes
Bhushan Nagaraj
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 6, 2013

Tried on Windows and it works fine.

Hey Janet you might wanna take a look at the heading for Step 2 on the page below. ConfiguRed

https://developer.atlassian.com/display/DOCS/Install+the+Atlassian+SDK+on+a+Windows+System

0 votes
Janet Albion
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 6, 2013

Hi Helen,

Tested this with SDK 4.1.2 installed using the Ubuntu/Debian way as per https://developer.atlassian.com/display/DOCS/Install+the+Atlassian+SDK+on+a+Linux+or+Mac+System

But not able to reproduce it.

Which method do you use to install the SDK plugin ?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events