I'm using the ejb plugin in a multi-module build and also generating a
_client_ (java 1.5):

      <plugin>
        <artifactId>maven-ejb-plugin</artifactId>
        <configuration>
          <archive>
            <manifest>
              <addClasspath>true</addClasspath>
            </manifest>
          </archive>
          <generateClient>true</generateClient>
        </configuration>
      </plugin>

Now I want to use the retrotranslator-maven-plugin within the same
multi-module build (same module or additional module is ok) to produce
a java 1.4 jar from the _client_ jar.  How can I do this?

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to