[
https://issues.apache.org/jira/browse/GERONIMO-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michal Borowiecki updated GERONIMO-4408:
----------------------------------------
Patch Info: [Patch Available]
I attached a Maven mojo for the goal.
Here is a usage example for inclusion in
geronimo/buildsupport/geronimo-maven-plugin/src/site/apt/usage/modules.apt
<plugin>
<groupId>org.apache.geronimo.buildsupport</groupId>
<artifactId>geronimo-maven-plugin</artifactId>
<executions>
<execution>
<id>install-library</id>
<phase>pre-integration-test</phase>
<goals>
<goal>install-library</goal>
</goals>
<configuration>
<libraryFile>path/to/library.jar</libraryFile>
<groupId>optional-groupId</groupId>
</configuration>
</execution>
</executions>
</plugin>
> install-library goal for geronimo-maven-plugin
> -----------------------------------------------
>
> Key: GERONIMO-4408
> URL: https://issues.apache.org/jira/browse/GERONIMO-4408
> Project: Geronimo
> Issue Type: New Feature
> Security Level: public(Regular issues)
> Components: geronimo-maven-plugin
> Affects Versions: 2.1.3
> Reporter: Michal Borowiecki
> Priority: Minor
> Attachments: InstallLibraryMojo.java
>
>
> An install-library goal for geronimo-maven-plugin similar to the
> install-library option of the deploy command
> http://cwiki.apache.org/GMOxDOC21/tools-and-commands.html#Toolsandcommands-Installlibrary
> An important use-case is the ability to automatically install jdbc drivers as
> part of integration testing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.