[
https://issues.apache.org/jira/browse/SHIRO-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colm O hEigeartaigh updated SHIRO-471:
--------------------------------------
Attachment: shiro-471.patch
Patch submitted. Looks like it got commented out accidentally when commenting
out the maven bundle plugin.
Colm.
> shiro-core tests jar is needed by shiro-web
> -------------------------------------------
>
> Key: SHIRO-471
> URL: https://issues.apache.org/jira/browse/SHIRO-471
> Project: Shiro
> Issue Type: Bug
> Reporter: Erik Martino Hansen
> Attachments: shiro-471.patch
>
>
> But packaging is commented out in core/pom.xml
> Index: core/pom.xml
> ===================================================================
> --- core/pom.xml (revision 1545287)
> +++ core/pom.xml (working copy)
> @@ -34,7 +34,7 @@
> <build>
> <plugins>
> <!-- collect the test classes so they can be referenced by other
> modules -->
> - <!-- <plugin>
> + <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-jar-plugin</artifactId>
> <executions>
> @@ -44,7 +44,7 @@
> </goals>
> </execution>
> </executions>
> - </plugin> -->
> + </plugin>
> <!-- <plugin>
> <groupId>org.apache.felix</groupId>
> <artifactId>maven-bundle-plugin</artifactId>
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)