Mailing List
Home
Forum Home
Maven - Project building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Cocoon - MVC web framework based on XML/XSL
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database error code ...
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Subject: Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Proposal: Adding jar manifest classpath in jar and war plugins
Servlet File Download dialog problem (IE6,Adobe 6 0)
java security AccessControlException: access denied (java io FilePermission
Unsupported major minor version 48 0 problem while running the an
   telope task
Subject: axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
Classpath problem
jsp data into Excel
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
Subject: InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Subject: AXIS: tomcat timeout ?
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
XDoclet, Struts and Maven: Where to start? SOLUTION
Subject: Running junit tests fails
 
Subject: Re: Make a Codehaus plugin works on a local configuration

Subject: Re: Make a Codehaus plugin works on a local configuration

2007-10-03       - By winegoddess

 Back


Im also having this problem, but also with this plug-in:
org.apache.maven.plugins
It does not happen all of the time.
Mostly it happend to remote users, sporadically. It seems to have something
to do with the refresh?

The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not exist o r
no valid version could be found [INFO]
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----

If this differs from this post, and anyone has any ideas, please write to
me...

When this happens sometimes on the command line, Eclipse's maven is working.
Sometimes one goal works but other doesn't e.g. "mvn test" works but "mvn
clean" doesn't.

The problem is not understood.

Sometimes, but not always, issuing a "mvn -U" before the goals will force
Artifactory to re-fetch the artifacts: E.g.: "mvn -U clean install", "mvn -U
clean test" and so on.

Judy





dvicente wrote:
>
> i think the problem is : when you add this in the pom.xml of a plugin:
> ...
> <build>
> ....
> <plugins>
> <plugin>
>                                
> <artifactId>maven-plugin-plugin</artifactId>
>                                 <configuration>
>                                        
> <goalPrefix>dashboard-report</goalPrefix>
>                                 </configuration>
>                         </plugin>
> ...
> </plugins>
> ...
> </build>
> ....
>
> Maven does not resolve correctly the plugin prefix.
>
> it's for that : mvn dashboard-report:dashboard doesn't work correctly.
>
> i mustl remove this goalPrefix but before i must post a vote
>
> Jimbog wrote:
>>
>> Hi Romain,
>>
>> I have finally got this to work, you have to call the dashboard plugin
>> using
>>
>> mvn org.codehaus.mojo:dashboard-maven-plugin:1.0-SNAPSHOT:dashboard
>>
>> As suggested by David Vicente here:-
>>
>> http://jira.codehaus.org/browse/MOJO-899 (See http://OJO-899.ora-code.com)
>>
>> Then in your local repository you have to install the plugin
>> under libs-snaphot and  plugins-snapshot, as maven seems to not download
>> the plugin snapshot from the plugins-snapshot directory in the local
>> repository, which seems odd.
>>
>> Anyway this set up seems to work fine locally.
>>
>> Id use ANT if I were you :o)
>>
>> Cheers
>> James
>>
>>
>> RomainTaz wrote:
>>>
>>> Hi James,
>>>
>>> Sorry, but I didn't find any solution to solve this problem :(
>>> Thus, this plugin has been disabled on my configuration.
>>> Note that we still do not use Artifactory. So I can't tell you if this
>>> tool can solve this problem...
>>>
>>> If you have any idea...
>>>
>>> Regards.
>>>
>>> Romain
>>>
>>
>>
>>
>>
>
>

--
View this message in context: http://www.nabble.com/Make-a-Codehaus-plugin
-works-on-a-local-configuration-tf4297606s177.html#a13020958
Sent from the Maven - Users mailing list archive at Nabble.com.


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)