You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Christian E Gruber (JIRA)" <de...@tapestry.apache.org> on 2007/11/21 20:16:43 UTC

[jira] Commented: (TAPESTRY-1914) Nightly build broken inside quickstart module

    [ https://issues.apache.org/jira/browse/TAPESTRY-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544569 ] 

Christian E Gruber commented on TAPESTRY-1914:
----------------------------------------------

You need to add this to the pluginmanagement section of the parent pom.xml

            <plugin>
                <artifactId>maven-plugin-plugin</artifactId>
                <version>2.3</version>
            </plugin>


At this point, for some reason, it's pulling in a 2.4-snapshot.   2.4-snapshot apparently doesn't like the whole "no mojo classes" aspect of an archetype.  Since there's a whole new archetype system under development, it's not worth converting things or bitching at the maven team yet.  Just use the 2.3 version of the plugin and lock it in.


> Nightly build broken inside quickstart module
> ---------------------------------------------
>
>                 Key: TAPESTRY-1914
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1914
>             Project: Tapestry
>          Issue Type: Task
>          Components: quickstart
>    Affects Versions: 5.0.7
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Blocker
>
> Breaking as so:
>  15-Nov-2007 08:00:46  	[INFO] ----------------------------------------------------------------------------
> 15-Nov-2007 08:00:46 	[INFO] Building Tapestry 5 Quickstart Archetype
> 15-Nov-2007 08:00:46 	[INFO]    task-segment: [clean, deploy, site, site:deploy]
> 15-Nov-2007 08:00:46 	[INFO] ----------------------------------------------------------------------------
> 15-Nov-2007 08:00:46 	[INFO] [clean:clean]
> 15-Nov-2007 08:00:46 	[INFO] Deleting directory /home/​bamboo/​bambooData/​xml-data/​build-dir/​T5-NGT/​quickstart/​target
> 15-Nov-2007 08:00:46 	[INFO] Deleting directory /home/​bamboo/​bambooData/​xml-data/​build-dir/​T5-NGT/​quickstart/​target/​classes
> 15-Nov-2007 08:00:46 	[INFO] Deleting directory /home/​bamboo/​bambooData/​xml-data/​build-dir/​T5-NGT/​quickstart/​target/​test-classes
> 15-Nov-2007 08:00:46 	[INFO] Deleting directory /home/​bamboo/​bambooData/​xml-data/​build-dir/​T5-NGT/​quickstart/​target/​site
> 15-Nov-2007 08:00:46 	[INFO] [plugin:descriptor]
> 15-Nov-2007 08:00:46 	[INFO] Using 2 extractors.
> 15-Nov-2007 08:00:46 	[INFO] Applying extractor for language: java
> 15-Nov-2007 08:00:46 	[INFO] Extractor for language: java found 0 mojo descriptors.
> 15-Nov-2007 08:00:46 	[INFO] Applying extractor for language: bsh
> 15-Nov-2007 08:00:46 	[INFO] Extractor for language: bsh found 0 mojo descriptors.
> 15-Nov-2007 08:00:46 	[INFO] ------------------------------------------------------------------------
> 15-Nov-2007 08:00:46 	[ERROR] BUILD ERROR
> 15-Nov-2007 08:00:46 	[INFO] ------------------------------------------------------------------------
> 15-Nov-2007 08:00:46 	[INFO] Error extracting plugin descriptor: 'No mojo descriptors found in plugin.'
> 15-Nov-2007 08:00:46 	
> 15-Nov-2007 08:00:46 	[INFO] ------------------------------------------------------------------------
> 15-Nov-2007 08:00:46 	[INFO] For more information, run Maven with the -e switch
> 15-Nov-2007 08:00:46 	[INFO] ------------------------------------------------------------------------
> 15-Nov-2007 08:00:46 	[INFO] Total time: 9 minutes 30 seconds
> 15-Nov-2007 08:00:46 	[INFO] Finished at: Thu Nov 15 08:00:46 PST 2007
> 15-Nov-2007 08:00:46 	[INFO] Final Memory: 34M/​77M
> 15-Nov-2007 08:00:46 	[INFO] ------------------------------------------------------------------------
> There haven't been any changes lately.
> Removing quickstart from the build temporarily.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org