You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Erik Martino Hansen (JIRA)" <ji...@apache.org> on 2013/11/25 15:18:36 UTC

[jira] [Created] (SHIRO-471) shiro-core tests jar is needed by shiro-web

Erik Martino Hansen created SHIRO-471:
-----------------------------------------

             Summary: 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


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#6144)