2 Replies Latest reply on Aug 9, 2011 7:31 PM by kcbabo

    Rules component not getting deployed

    kcbabo

      The rules component is currently configured to skip deployment to Nexus.  Any reason for this?

         

      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
         <configuration>
         <skip>true</skip>
         </configuration>
      </plugin>