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.

Reply via email to