The "nightly" maven goal isn't working for me. It doesn't seem to
be correctly executing the jar:install goal, causing other artifact
builds to fail due to missing dependencies. Perhaps someone seems
something I'm missing from this snippet from a nightly build:
+----------------------------------------
| Building nightlies Struts Action Framework
| Memory: 18M/20M
+----------------------------------------
jar:jar:
jar:install:
build:end:
build:start:
dist:build-setup:
[delete] Deleting directory /data/brownd/dev/struts/action/core/
target/distributions
[mkdir] Created dir: /data/brownd/dev/struts/action/core/target/
distributions
xdoc:init:
java:prepare-filesystem:
java:compile:
[echo] Compiling to /data/brownd/dev/struts/action/core/../core/
target/classes
java:jar-resources:
test:prepare-filesystem:
test:test-resources:
test:compile:
test:test:
[junit] Running
org.apache.struts.chain.commands.servlet.TestPerformForward
exception: The path of an ForwardConfig cannot be null
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:
0.183 sec
[junit] Running
org.apache.struts.chain.commands.servlet.TestSetOriginalURI
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:
0.139 sec
[junit] Running
org.apache.struts.chain.commands.servlet.TestAuthorizeAction
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed:
0.191 sec
[junit] Running
org.apache.struts.chain.commands.generic.TestWrappingLookupCommand
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:
0.38 sec
[junit] Running
org.apache.struts.chain.commands.generic.TestCopyFormToContext
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed:
0.217 sec
[junit] Running org.apache.struts.config.TestActionConfigMatcher
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed:
0.244 sec
[junit] Running org.apache.struts.config.TestFormBeanConfig
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed:
0.165 sec
[junit] Running org.apache.struts.config.TestActionConfig
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed:
0.178 sec
[junit] Running org.apache.struts.config.TestForwardConfig
[junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed:
0.082 sec
[junit] Running org.apache.struts.config.TestModuleConfig
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed:
1.185 sec
[junit] Running org.apache.struts.config.TestFormPropertyConfig
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed:
0.04 sec
[junit] Running org.apache.struts.validator.TestValidWhen
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed:
0.442 sec
[junit] Running org.apache.struts.action.TestDynaActionFormClass
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed:
0.106 sec
[junit] Running org.apache.struts.action.TestActionRedirect
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed:
0.058 sec
[junit] Running org.apache.struts.action.TestActionMessage
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed:
0.007 sec
[junit] Running org.apache.struts.action.TestActionServlet
Missing type value for noTypeForm form bean
Missing type value for name form property
Unable to create an instance of
org.apache.struts.action.TestActionServlet$CustomFormBeanConfigArg
java.lang.InstantiationException:
org.apache.struts.action.TestActionServlet$CustomFormBeanConfigArg
at java.lang.Class.newInstance0(Class.java:293)
at java.lang.Class.newInstance(Class.java:261)
at org.apache.struts.util.RequestUtils.applicationInstance
(RequestUtils.java:163)
at org.apache.struts.util.RequestUtils.applicationInstance
(RequestUtils.java:138)
at
org.apache.struts.action.ActionServlet.processFormBeanConfigClass
(ActionServlet.java:1021)
at
org.apache.struts.action.TestActionServlet.testProcessFormBeanConfigCl
assError(TestActionServlet.java:443)
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:324)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:
124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run
(JUnitTestRunner.java:325)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM
(JUnitTask.java:848)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute
(JUnitTask.java:556)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute
(JUnitTask.java:532)
at org.apache.tools.ant.Task.perform(Task.java:341)
at org.apache.commons.jelly.tags.ant.AntTag.doTag
(AntTag.java:185)
at org.apache.commons.jelly.impl.TagScript.run
(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run
(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody
(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.IfTag.doTag
(IfTag.java:88)
at org.apache.commons.jelly.impl.TagScript.run
(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run
(ScriptBlock.java:135)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag
(MavenGoalTag.java:79)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag
$MavenGoalAction.performAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at org.apache.maven.plugin.PluginManager.attainGoals
(PluginManager.java:671)
at org.apache.maven.MavenSession.attainGoals
(MavenSession.java:263)
at org.apache.maven.jelly.tags.maven.ReactorTag.doTag
(ReactorTag.java:368)
at org.apache.commons.jelly.impl.TagScript.run
(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run
(ScriptBlock.java:135)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag
(MavenGoalTag.java:79)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag
$MavenGoalAction.performAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at org.apache.maven.plugin.PluginManager.attainGoals
(PluginManager.java:671)
at org.apache.maven.MavenSession.attainGoals
(MavenSession.java:263)
at org.apache.maven.cli.App.doMain(App.java:488)
at org.apache.maven.cli.App.main(App.java:1239)
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:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
Missing key value for java.lang.NullPointerException global
exception config
Unable to create an instance of
org.apache.struts.action.TestActionServlet$CustomExceptionConfigArg
java.lang.InstantiationException:
org.apache.struts.action.TestActionServlet$CustomExceptionConfigArg
at java.lang.Class.newInstance0(Class.java:293)
at java.lang.Class.newInstance(Class.java:261)
at org.apache.struts.util.RequestUtils.applicationInstance
(RequestUtils.java:163)
at org.apache.struts.util.RequestUtils.applicationInstance
(RequestUtils.java:138)
at
org.apache.struts.action.ActionServlet.processExceptionConfigClass
(ActionServlet.java:1270)
at
org.apache.struts.action.TestActionServlet.testProcessExceptionConfigC
lassError(TestActionServlet.java:621)
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:324)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:
124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run
(JUnitTestRunner.java:325)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM
(JUnitTask.java:848)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute
(JUnitTask.java:556)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute
(JUnitTask.java:532)
at org.apache.tools.ant.Task.perform(Task.java:341)
at org.apache.commons.jelly.tags.ant.AntTag.doTag
(AntTag.java:185)
at org.apache.commons.jelly.impl.TagScript.run
(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run
(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody
(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.IfTag.doTag
(IfTag.java:88)
at org.apache.commons.jelly.impl.TagScript.run
(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run
(ScriptBlock.java:135)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag
(MavenGoalTag.java:79)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag
$MavenGoalAction.performAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at org.apache.maven.plugin.PluginManager.attainGoals
(PluginManager.java:671)
at org.apache.maven.MavenSession.attainGoals
(MavenSession.java:263)
at org.apache.maven.jelly.tags.maven.ReactorTag.doTag
(ReactorTag.java:368)
at org.apache.commons.jelly.impl.TagScript.run
(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run
(ScriptBlock.java:135)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag
(MavenGoalTag.java:79)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag
$MavenGoalAction.performAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at org.apache.maven.plugin.PluginManager.attainGoals
(PluginManager.java:671)
at org.apache.maven.MavenSession.attainGoals
(MavenSession.java:263)
at org.apache.maven.cli.App.doMain(App.java:488)
at org.apache.maven.cli.App.main(App.java:1239)
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:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
Missing path value for success global forward
Unable to create an instance of
org.apache.struts.action.TestActionServlet$CustomForwardConfigArg
java.lang.InstantiationException:
org.apache.struts.action.TestActionServlet$CustomForwardConfigArg
at java.lang.Class.newInstance0(Class.java:293)
at java.lang.Class.newInstance(Class.java:261)
at org.apache.struts.util.RequestUtils.applicationInstance
(RequestUtils.java:163)
at org.apache.struts.util.RequestUtils.applicationInstance
(RequestUtils.java:138)
at
org.apache.struts.action.ActionServlet.processForwardConfigClass
(ActionServlet.java:1149)
at
org.apache.struts.action.TestActionServlet.testProcessForwardConfigCla
ssError(TestActionServlet.java:795)
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:324)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:
124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run
(JUnitTestRunner.java:325)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM
(JUnitTask.java:848)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute
(JUnitTask.java:556)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute
(JUnitTask.java:532)
at org.apache.tools.ant.Task.perform(Task.java:341)
at org.apache.commons.jelly.tags.ant.AntTag.doTag
(AntTag.java:185)
at org.apache.commons.jelly.impl.TagScript.run
(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run
(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody
(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.IfTag.doTag
(IfTag.java:88)
at org.apache.commons.jelly.impl.TagScript.run
(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run
(ScriptBlock.java:135)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag
(MavenGoalTag.java:79)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag
$MavenGoalAction.performAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at org.apache.maven.plugin.PluginManager.attainGoals
(PluginManager.java:671)
at org.apache.maven.MavenSession.attainGoals
(MavenSession.java:263)
at org.apache.maven.jelly.tags.maven.ReactorTag.doTag
(ReactorTag.java:368)
at org.apache.commons.jelly.impl.TagScript.run
(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run
(ScriptBlock.java:135)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag
(MavenGoalTag.java:79)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag
$MavenGoalAction.performAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at org.apache.maven.plugin.PluginManager.attainGoals
(PluginManager.java:671)
at org.apache.maven.MavenSession.attainGoals
(MavenSession.java:263)
at org.apache.maven.cli.App.doMain(App.java:488)
at org.apache.maven.cli.App.main(App.java:1239)
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:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
Unable to create an instance of
org.apache.struts.action.TestActionServlet$CustomActionConfigArg
java.lang.InstantiationException:
org.apache.struts.action.TestActionServlet$CustomActionConfigArg
at java.lang.Class.newInstance0(Class.java:293)
at java.lang.Class.newInstance(Class.java:261)
at org.apache.struts.util.RequestUtils.applicationInstance
(RequestUtils.java:163)
at org.apache.struts.util.RequestUtils.applicationInstance
(RequestUtils.java:138)
at
org.apache.struts.action.ActionServlet.processActionConfigClass
(ActionServlet.java:1409)
at
org.apache.struts.action.TestActionServlet.testProcessActionConfigClas
sError(TestActionServlet.java:943)
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:324)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:
124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run
(JUnitTestRunner.java:325)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM
(JUnitTask.java:848)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute
(JUnitTask.java:556)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute
(JUnitTask.java:532)
at org.apache.tools.ant.Task.perform(Task.java:341)
at org.apache.commons.jelly.tags.ant.AntTag.doTag
(AntTag.java:185)
at org.apache.commons.jelly.impl.TagScript.run
(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run
(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody
(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.IfTag.doTag
(IfTag.java:88)
at org.apache.commons.jelly.impl.TagScript.run
(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run
(ScriptBlock.java:135)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag
(MavenGoalTag.java:79)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag
$MavenGoalAction.performAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at org.apache.maven.plugin.PluginManager.attainGoals
(PluginManager.java:671)
at org.apache.maven.MavenSession.attainGoals
(MavenSession.java:263)
at org.apache.maven.jelly.tags.maven.ReactorTag.doTag
(ReactorTag.java:368)
at org.apache.commons.jelly.impl.TagScript.run
(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run
(ScriptBlock.java:135)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag
(MavenGoalTag.java:79)
at org.apache.maven.jelly.tags.werkz.MavenGoalTag
$MavenGoalAction.performAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at org.apache.maven.plugin.PluginManager.attainGoals
(PluginManager.java:671)
at org.apache.maven.MavenSession.attainGoals
(MavenSession.java:263)
at org.apache.maven.cli.App.doMain(App.java:488)
at org.apache.maven.cli.App.main(App.java:1239)
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:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
[junit] Tests run: 34, Failures: 0, Errors: 0, Time elapsed:
0.382 sec
[junit] Running org.apache.struts.action.TestActionMessages
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed:
0.012 sec
[junit] Running org.apache.struts.action.TestDynaActionForm
[junit] Tests run: 46, Failures: 0, Errors: 0, Time elapsed:
0.232 sec
[junit] Running org.apache.struts.util.TestRequestUtilsPopulate
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:
0.222 sec
[junit] Running org.apache.struts.util.TestRequestUtils
[junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed:
0.216 sec
jar:jar:
site:
xdoc:register-reports:
maven-checkstyle-plugin:register:
maven-changelog-plugin:register:
maven-changes-plugin:register:
maven-developer-activity-plugin:register:
maven-file-activity-plugin:register:
xdoc:init:
maven-javadoc-plugin:register:
maven-jdepend-plugin:register:
maven-junit-report-plugin:register:
maven-jxr-plugin:register:
maven-pmd-plugin:register:
maven-simian-plugin:register:
maven-tasklist-plugin:register:
maven-jcoverage-plugin:register:
site:run-reports:
[echo] Generating the Checkstyle...
+----------------------------------------
| Building nightlies Struts Taglibs
| Memory: 21M/31M
+----------------------------------------
Attempting to download struts-core-1.3.2-SNAPSHOT.jar.
WARNING: Failed to download struts-core-1.3.2-SNAPSHOT.jar.
--
Don
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]