Brett,

What did you fix?
Thanks,
Stéphane

On 11/21/05, Brett Porter <[EMAIL PROTECTED]> wrote:
>
> That bug is fixed in SVN - however, I'm not sure that the exceution
> should be needed, but I don't quite understand what you are attempting
> - hopefully someone with more RAR experience than me (that's anyone :)
> will know the answers.
>
> - Brett
>
> On 11/21/05, Henry Isidro <[EMAIL PROTECTED]> wrote:
> > I'm using the RAR plugin and I found out that it does not create a JAR
> > file to include in the package. So, I invoked the JAR plugin and
> > everything worked fine. Now, I tried using the install plugin to install
> > the rar file into my local repository and what happened was the plugin
> > installed the JAR file into my local repository renaming it as a RAR
> > file! The generated RAR file was untouched.
> >
> > Here is what my POM looks like:
> >
> > <project>
> > <modelVersion>4.0.0</modelVersion>
> >
> > <artifactId>my-ra</artifactId>
> > <packaging>rar</packaging>
> > <name>My Resource Adapter</name>
> >
> > <build>
> > <plugins>
> > <plugin>
> > <groupId>org.apache.maven.plugins</groupId>
> > <artifactId>maven-jar-plugin</artifactId>
> > <version>2.0</version>
> > <executions>
> > <execution>
> > <id>create-jar</id>
> > <phase>compile</phase>
> > <goals>
> > <goal>jar</goal>
> > </goals>
> > </execution>
> > </executions>
> > </plugin>
> > </plugins>
> > </build>
> >
> > <dependencies>
> > ....
> > </project>
> >
> > I called M2 by the command 'mvn install'. Any thoughts would be greatly
> > appreciated.
> >
> > Regards,
> > Henry
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
.::You're welcome ::.

Reply via email to