You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Thomas Diesler (JIRA)" <ji...@apache.org> on 2010/02/15 13:01:28 UTC

[jira] Resolved: (ARIES-126) Aries does not deploy sources to mvn repository

     [ https://issues.apache.org/jira/browse/ARIES-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler resolved ARIES-126.
----------------------------------

    Resolution: Not A Problem

ok, that does it merci

> Aries does not deploy sources to mvn repository
> -----------------------------------------------
>
>                 Key: ARIES-126
>                 URL: https://issues.apache.org/jira/browse/ARIES-126
>             Project: Aries
>          Issue Type: Bug
>            Reporter: Thomas Diesler
>
> Perhaps you could add this to the default parent pom.xml
>             <plugin>
>               <artifactId>maven-source-plugin</artifactId>
>                 <executions>
>                   <execution>
>                     <id>attach-sources</id>
>                       <goals>
>                         <goal>jar</goal>
>                       </goals>
>                   </execution>
>                 </executions>
>               <inherited>true</inherited>
>             </plugin>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.