[
https://issues.apache.org/activemq/browse/CAMEL-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62159#action_62159
]
Claus Ibsen commented on CAMEL-2609:
------------------------------------
Ah looks like we had a profile for source jar in Camel
{code:xml}
<profile>
<id>source-jar</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
{code}
So I will change that hudson goal back to before.
> Snapshot sources are not distributed to the maven repo
> ------------------------------------------------------
>
> Key: CAMEL-2609
> URL: https://issues.apache.org/activemq/browse/CAMEL-2609
> Project: Apache Camel
> Issue Type: Task
> Components: tooling
> Affects Versions: 2.3.0
> Reporter: Barry Kaplan
> Assignee: Claus Ibsen
>
> Having to download the source and manually build a *-sources.jar, manually
> put in the local .m2 cache, only then to have to do it again the next day
> when the snapshot is updated, makes is way harder to work the snapshots.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.