parameter info for jarsets  are missing and documentataion is not quite correct
--------------------------------------------------------------------------------

                 Key: MRETRO-28
                 URL: http://jira.codehaus.org/browse/MRETRO-28
             Project: Maven 2.x Retrotranslator Plugin
          Issue Type: Improvement
    Affects Versions: 1.0-beta-1
         Environment: maven 2.0.9 on
ava version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237)
Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing)

            Reporter: Konstantin Ignatyev
            Assignee: Jason Dillon
         Attachments: mojo-retrotranslator.diff

Here is diff attached for the changes needed and documentation need to updated 
to show working config:

<build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>retrotranslator-maven-plugin</artifactId>
                <version>1.0-beta-1-SNAPSHOT</version>
                <executions>
                    <execution>
                        <!--<phase>process-classes</phase>-->
                        <goals>
                            <goal>translate</goal>
                        </goals>

                    </execution>
                </executions>
                <configuration>
                    <verbose>true</verbose>
                    <jarfilesets>
                        <jarfileset>
                            
<directory>${pom.basedir}/..somemodule/target</directory>
                            <includes>
                                <include>**/*.jar</include>
                            </includes>
                        </jarfileset>
                    </jarfilesets>
                    <destdir>target/classes</destdir>
                </configuration>
            </plugin>
        </plugins>
    </build>

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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to