You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@excalibur.apache.org by "Shash Chatterjee (JIRA)" <de...@excalibur.apache.org> on 2005/12/25 18:09:31 UTC

[jira] Commented: (FORTRESS-21) Maven-2 Mojo needed for Avalon/Fortress metadata

    [ http://issues.apache.org/jira/browse/FORTRESS-21?page=comments#action_12361225 ] 

Shash Chatterjee commented on FORTRESS-21:
------------------------------------------

For reference, already tried this config with the Ant task, and it does work:

      <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
            <execution>
               <phase>package</phase>
               <configuration>
                  <tasks>
                     <taskdef name="collect-metainfo"
                        classname="org.apache.avalon.fortress.tools.ComponentMetaInfoCollector"
                        classpathref="maven.dependency.classpath" />
                     <collect-metainfo
                        destdir="${pom.build.outputDirectory}">
                        <fileset
                           dir="${pom.build.sourceDirectory}" />
                     </collect-metainfo>
                  </tasks>
               </configuration>
               <goals>
                  <goal>run</goal>
               </goals>
            </execution>
         </executions>
      </plugin>





	

> Maven-2 Mojo needed for Avalon/Fortress metadata
> ------------------------------------------------
>
>          Key: FORTRESS-21
>          URL: http://issues.apache.org/jira/browse/FORTRESS-21
>      Project: Excalibur Fortress
>         Type: New Feature
>   Components: Build
>     Versions: 1.2
>     Reporter: Shash Chatterjee
>     Assignee: Shash Chatterjee

>
> Need a plugin to go with the new Maven-2 build system adaptation in progress.
> Of course, maven-antrun-plugin can be used to run the existing Ant task, but it requires adding and defining a bunch of dependencies.  A native Maven-2 plugin is much nicer.
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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