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

Thomas Diesler updated ARIES-161:
---------------------------------

    Description: 
Aggregated bundles (i.e. that contain API and Impl) do not have associated 
source artefacts in mvn repository.


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



> Aries bundles do not have associated sources
> --------------------------------------------
>
>                 Key: ARIES-161
>                 URL: https://issues.apache.org/jira/browse/ARIES-161
>             Project: Aries
>          Issue Type: Bug
>            Reporter: Thomas Diesler
>
> Aggregated bundles (i.e. that contain API and Impl) do not have associated 
> source artefacts in mvn repository.

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

Reply via email to