Details
Description
When doing a build-bootstrap I get the following error.
[echo]
[echo] |
[echo] | BUILDING MAVEN WITH ITSELF...
[echo] |
[echo]
[exec] __ __
[exec] | \/ |__ Apache_ ___
[exec] | |\/| / ` \ V / -) ' \ ~ intelligent projects ~
[exec] || |_,|_/__|||_| v. 1.0-rc3-SNAPSHOT
[exec] plugin license is cached (dynatag dep) but no longer present
[exec] Cache invalidated due to out of date plugins
[exec] org.apache.maven.MavenException: Error reading plugin script
[exec] at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptH
ousing.java:180)
[exec] at org.apache.maven.plugin.PluginManager.loadUncachedPlugins(Plu
ginManager.java:203)
[exec] at org.apache.maven.plugin.PluginManager.initialize(PluginManage
r.java:255)
[exec] at org.apache.maven.MavenSession.initializePluginManager(MavenSe
ssion.java:207)
[exec] at org.apache.maven.MavenSession.initialize(MavenSession.java:17
4)
[exec] at org.apache.maven.cli.App.doMain(App.java:472)
[exec] at org.apache.maven.cli.App.main(App.java:1214)
[exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[exec] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
sorImpl.java:39)
[exec] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
hodAccessorImpl.java:25)
[exec] at java.lang.reflect.Method.invoke(Method.java:324)
[exec] at com.werken.forehead.Forehead.run(Forehead.java:551)
[exec] at com.werken.forehead.Forehead.main(Forehead.java:581)
[exec] — Nested Exception —
[exec] java.io.FileNotFoundException: C:\Documents and Settings\trajano\.ma
ven\plugins\plugin-parent-1.0\plugin.jelly (The system cannot find the file spec
ified)
[exec] at java.io.FileInputStream.open(Native Method)
[exec] at java.io.FileInputStream.<init>(FileInputStream.java:106)
[exec] at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptH
ousing.java:176)
[exec] at org.apache.maven.plugin.PluginManager.loadUncachedPlugins(Plu
ginManager.java:203)
[exec] at org.apache.maven.plugin.PluginManager.initialize(PluginManage
r.java:255)
[exec] at org.apache.maven.MavenSession.initializePluginManager(MavenSe
ssion.java:207)
[exec] at org.apache.maven.MavenSession.initialize(MavenSession.java:17
4)
[exec] at org.apache.maven.cli.App.doMain(App.java:472)
[exec] at org.apache.maven.cli.App.main(App.java:1214)
[exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[exec] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
sorImpl.java:39)
[exec] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
hodAccessorImpl.java:25)
[exec] at java.lang.reflect.Method.invoke(Method.java:324)
[exec] at com.werken.forehead.Forehead.run(Forehead.java:551)
[exec] at com.werken.forehead.Forehead.main(Forehead.java:581)
[exec] You have encountered an unknown error running Maven. Please help us
to correct
[exec] this problem by following these simple steps:
[exec] - read the Maven FAQ at http://maven.apache.org/faq.html
[exec] - run the same command again with the '-e' parameter, eg maven -e ja
r
[exec] - search the maven-user archives for the error at
[exec] http://nagoya.apache.org/eyebrowse/SummarizeList?listName=users@mave
n.apache.org
[exec] - post the output of maven -e to JIRA at
[exec] http://jira.codehaus.org/BrowseProject.jspa?id=10030 (you must sign
up first)
[exec] - run 'maven --info' and post the output as the environment to the b
ug above
Checking the maven-plugins/plugin-parent project I only see
8 .cvsignore
1,403 project.properties
5,670 project.xml
264 README.txt
no plugin.jelly
Perhaps someone forgot to commit that code?
No. It simply means that you have not done a CVS update of your maven/ 1.0 branch module. If you do this, you'll find that the build will properly exclude the plugin-parent/ directory which is not a plugin...