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 12:43:27 UTC

[jira] Updated: (ARIES-161) Aries bundles do not have associated sources

     [ 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.