Fornax-Platform
Forum

The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found

View: New views
9 Messages — Rating Filter:   Alert me  

The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found

by amphoras :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

This error is driving me crazy.  When I try to build fornax-cartridges-sculptor-parent as instructed in the Developer's Guide, I get:

[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Fornax Cartridge: Sculptor
[INFO]   Fornax Cartridge: Sculptor Textual DSL
[INFO]   Fornax Cartridge: Sculptor Metamodel
[INFO]   Fornax Cartridge: Sculptor Generator
[INFO]   Fornax Cartridge: Sculptor Runtime Framework
[INFO]   Fornax Cartridge: Sculptor Runtime Web Framework
[INFO]   Fornax Cartridge: Sculptor Maven Archetype
[INFO]   Fornax Cartridge: Sculptor Maven Archetype for Web App
[INFO]   Fornax Cartridge: Sculptor Maven Archetype for JSF Web App
[INFO]   Fornax Cartridge: Sculptor Maven Archetype for EAR
[INFO]   Fornax Cartridge: Sculptor Maven Archetype for parent project
[INFO]   Fornax Cartridge: Sculptor Maven Archetype for standalone project
[INFO] ------------------------------------------------------------------------
[INFO] Building Fornax Cartridge: Sculptor
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1303)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindPluginToLifecycle(DefaultLifecycleExecutor.java:1238)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:1004)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:477)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.version.PluginVersionNotFoundException: The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found
        at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:229)
        at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:91)
        at org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:171)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1274)
        ... 17 more

I have banged my head against this all morning because I thought I broke something.  Then I thought I'd look in the forums.  It seems like this is caused by the m2 repository being down?  Can someone please help?

Thanks!
--Polly

Re: The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found

by Patrik Nordwall :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, the fornax maven repository and wiki server has unfortunately been very unstable lately. I don't know why, but I will email those that have administration privileges (obligations ;-)).

/Patrik
amphoras wrote:
Hi,

This error is driving me crazy.  When I try to build fornax-cartridges-sculptor-parent as instructed in the Developer's Guide, I get:

[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Fornax Cartridge: Sculptor
[INFO]   Fornax Cartridge: Sculptor Textual DSL
[INFO]   Fornax Cartridge: Sculptor Metamodel
[INFO]   Fornax Cartridge: Sculptor Generator
[INFO]   Fornax Cartridge: Sculptor Runtime Framework
[INFO]   Fornax Cartridge: Sculptor Runtime Web Framework
[INFO]   Fornax Cartridge: Sculptor Maven Archetype
[INFO]   Fornax Cartridge: Sculptor Maven Archetype for Web App
[INFO]   Fornax Cartridge: Sculptor Maven Archetype for JSF Web App
[INFO]   Fornax Cartridge: Sculptor Maven Archetype for EAR
[INFO]   Fornax Cartridge: Sculptor Maven Archetype for parent project
[INFO]   Fornax Cartridge: Sculptor Maven Archetype for standalone project
[INFO] ------------------------------------------------------------------------
[INFO] Building Fornax Cartridge: Sculptor
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1303)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindPluginToLifecycle(DefaultLifecycleExecutor.java:1238)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:1004)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:477)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.version.PluginVersionNotFoundException: The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found
        at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:229)
        at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:91)
        at org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:171)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1274)
        ... 17 more

I have banged my head against this all morning because I thought I broke something.  Then I thought I'd look in the forums.  It seems like this is caused by the m2 repository being down?  Can someone please help?

Thanks!
--Polly

Re: The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found

by thorque :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


amphoras wrote:
Hi,

This error is driving me crazy.  When I try to build fornax-cartridges-sculptor-parent as instructed in the Developer's Guide, I get:
This should work now. After reorganizing the repositories the servers was inactiave... :(

Thorsten
Thorsten Kamann
Software-Architect, Coach

http://www.itemis.de
http://www.thorsten-kamann.de

Please visit the Fornax-Platform, the development platform for MDSD related component and tools:
http://www.fornax-platform.org/

Re: The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found

by amphoras :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Thorsten,

Thanks for bringing the server back up.  However, I am still unable to get to this directory using a web browser:

http://www.fornax-platform.org/m2/repository

It says:

Error 404 Not Found

The following resource does not exist: http://www.fornax-platform.org:80/repository//repository

org.apache.maven.archiva.repository.layout.LayoutException: Not a valid request path layout, too short.
        at org.apache.maven.archiva.repository.content.RepositoryRequest.toArtifactReference(RepositoryRequest.java:139)
        at org.apache.maven.archiva.repository.content.RepositoryRequest.toNativePath(RepositoryRequest.java:281)
        at org.apache.maven.archiva.web.repository.ProxiedDavServer.process(ProxiedDavServer.java:193)
...

Can you please look into this?  

Thanks!

--Polly


thorque wrote:

This should work now. After reorganizing the repositories the servers was inactiave... :(

Thorsten

Re: The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found

by Ryan Gardner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm not the server admin, but the double "repository" in the URL  
looked funny to me so I took the second one off and go to here:

http://www.fornax-platform.org/archiva/repository/releases/

which looks a lot more like a maven repository to me, with the fornax  
stuff here:

http://www.fornax-platform.org/archiva/repository/releases/org/fornax/

Is the maven repository now located at the above location? (i.e. is  
that what I should use as my repository URL?)

Ryan

On Jul 8, 2008, at 2:00 PM, amphoras wrote:

>
> Hi Thorsten,
>
> Thanks for bringing the server back up.  However, I am still unable  
> to get
> to this directory using a web browser:
>
> http://www.fornax-platform.org/m2/repository
>
> It says:
>
> Error 404 Not Found
>
> The following resource does not exist:
> http://www.fornax-platform.org:80/repository//repository
>
> org.apache.maven.archiva.repository.layout.LayoutException: Not a  
> valid
> request path layout, too short.
> at
> org.apache.maven.archiva.repository.content.RepositoryRequest.toArtifa
> ctReference(RepositoryRequest.java:139)
> at
> org.apache.maven.archiva.repository.content.RepositoryRequest.toNative
> Path(RepositoryRequest.java:281)
> at
> org.apache.maven.archiva.web.repository.ProxiedDavServer.process
> (ProxiedDavServer.java:193)
> ...
>
> Can you please look into this?
>
> Thanks!
>
> --Polly
>
>
>
> thorque wrote:
>>
>>
>>
>> This should work now. After reorganizing the repositories the  
>> servers was
>> inactiave... :(
>>
>> Thorsten
>>
>>
>
> --
> View this message in context: http://www.nabble.com/The-plugin-% 
> 27org.fornax.maven.plugin%3Afornax-buildhelper%27-does-not-exist-or-
> no-valid-version-could-be-found-tp18342322s17564p18347800.html
> Sent from the Fornax-Platform mailing list archive at Nabble.com.
>
>
> ----------------------------------------------------------------------
> ---
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> Fornax-developer mailing list
> Fornax-developer@...
> https://lists.sourceforge.net/lists/listinfo/fornax-developer


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Fornax-developer mailing list
Fornax-developer@...
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Re: The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found

by thorque :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


amphoras wrote:
Hi Thorsten,

Thanks for bringing the server back up.  However, I am still unable to get to this directory using a web browser:

http://www.fornax-platform.org/m2/repository

It says:

Error 404 Not Found
I have changed the redirects. Please give it a try...
Thorsten Kamann
Software-Architect, Coach

http://www.itemis.de
http://www.thorsten-kamann.de

Please visit the Fornax-Platform, the development platform for MDSD related component and tools:
http://www.fornax-platform.org/

Re: The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found

by amphoras :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Thorsten,

The redirect is working correctly now.  I was still getting the same error about fornax-buildhelper though.  Our Maven guy looked into it and modified "fornax-parent-1.0.0-SNAPSHOT.pom" in my local repository to add the version to fornax-buildhelper like this:

<version>1.0.0-SNAPSHOT</version>

That resolved the error.  

Now when I run "install" on sculptor-parent, the console prints out:

[INFO] Unable to load parent project from a relative path: Could not find the mo
del file 'C:\projects\sculptor\fornax-cartridges-sculptor-parent\..
\pom.xml'. for project unknown
[INFO] Parent project loaded from repository.

I'm not sure what that means, but the build seems to complete anyway, so it doesn't seem to be a big deal.  I'm not sure if this always printed on the console and I didn't notice it before.  Just thought I should let you know FYI.

Thanks for your help!
--Polly


thorque wrote:

I have changed the redirects. Please give it a try...

Re: The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found

by thorque :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Ryan,


Ryan Gardner wrote:
I'm not the server admin, but the double "repository" in the URL  
looked funny to me so I took the second one off and go to here:

http://www.fornax-platform.org/archiva/repository/releases/

which looks a lot more like a maven repository to me, with the fornax  
stuff here:

http://www.fornax-platform.org/archiva/repository/releases/org/fornax/

Is the maven repository now located at the above location? (i.e. is  
that what I should use as my repository URL?)
yes we are using the archiva as repository. Until yesterday we have a MavenProxy. But he was very limited. But now we have splitted the old repository into a release and a snapshot repository. So this was the reason for the wrong redirection.

Thorsten
Thorsten Kamann
Software-Architect, Coach

http://www.itemis.de
http://www.thorsten-kamann.de

Please visit the Fornax-Platform, the development platform for MDSD related component and tools:
http://www.fornax-platform.org/

Re: The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no valid version could be found

by Darth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Not working for me either.
I tried putting all those settings into the parent pom as well as my settings.xml for maven, and it fails.

Browsing the repo manually, I dont even see the artifact there which is supposed to be under org/fornax/maven/plugin

I had to manually edit the parent-pom in my local .m2 repo to have this
<version>1.0.0-SNAPSHOT</version>
specified for the buildhelper plugin, and then it worked.
There was no version specified before.


It went past the buildhelper problem but now there are a lot more errors of jars not found w.r.t open architectureware jars 4.3. Since your repos dont seem to have it.

This is getting a bit frustrating, lol...
Shall try with another repo http://www.openarchitectureware.org/m2
LightInTheBox - Buy quality products at wholesale price