[
https://issues.apache.org/jira/browse/CONNECTORS-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229800#comment-14229800
]
Karl Wright commented on CONNECTORS-1105:
-----------------------------------------
Maven is quite a bit of black magic and voodoo for me still; the documentation
for the assembly plugin is not great and doesn't say how you might override
parent assembly configuration. But it does have this in the example:
{code}
<executions>
<execution>
<id>make-assembly</id> <!-- this is used for inheritance merges -->
<phase>package</phase> <!-- bind to the packaging phase -->
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
{code}
... but I don't understand what it does really. Any ideas? See:
http://maven.apache.org/plugins/maven-assembly-plugin/usage.html
> Add maven delivery targets to poms
> ----------------------------------
>
> Key: CONNECTORS-1105
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1105
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Build
> Affects Versions: ManifoldCF 1.8
> Reporter: Karl Wright
> Assignee: Maurizio Pillitu
> Fix For: ManifoldCF 2.0
>
>
> We've been asked to deliver mcf jars and wars to maven central repository by
> some developers. This ticket represents that work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)