[jboss-jira] [JBoss JIRA] Commented: (JBRULES-1256) publish source jars with maven

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Sun Oct 7 13:02:10 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBRULES-1256?page=comments#action_12380874 ] 
            
Geoffrey De Smet commented on JBRULES-1256:
-------------------------------------------

I am pretty sure I 've solved this, after the 4.0.1 release:

Look into the parent pom, for these sections:

       <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-source-plugin</artifactId>
          <version>2.0.2</version>
	        <executions>
	          <execution>
	            <goals>
	              <goal>jar</goal>
                  <goal>test-jar</goal>
	            </goals>
	          </execution>
	        </executions>
        </plugin>

    <plugins>
        <plugin>
          <!-- Entry needed to create, install and deploy sources jars -->
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-source-plugin</artifactId>
        </plugin>
    </plugins>

> publish source jars with maven
> ------------------------------
>
>                 Key: JBRULES-1256
>                 URL: http://jira.jboss.com/jira/browse/JBRULES-1256
>             Project: JBoss Drools
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>            Reporter: Mark Proctor
>         Assigned To: Fernando Meyer
>             Fix For: 4.0.2
>
>
> While publishing the maven jars we should also publish the source jars with it, maven has a command line switch for this. Although it may not copy the jars to a central target like it does the other jars, you'll need to check.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list