[
https://issues.apache.org/jira/browse/CTAKES-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16256133#comment-16256133
]
ASF subversion and git services commented on CTAKES-480:
--------------------------------------------------------
Commit 1815524 from [~alexz] in branch 'ctakes/trunk'
[ https://svn.apache.org/r1815524 ]
CTAKES-480: fix pom.xml to remove exclusion for apache-profile
> pom.xml doesn't use apache-profile for releases
> -----------------------------------------------
>
> Key: CTAKES-480
> URL: https://issues.apache.org/jira/browse/CTAKES-480
> Project: cTAKES
> Issue Type: Bug
> Reporter: Alex Zbarcea
> Assignee: Alex Zbarcea
>
> {code:xml}
> <plugin>
> <artifactId>maven-release-plugin</artifactId>
> <version>2.3</version>
> <configuration>
> <useReleaseProfile>false</useReleaseProfile>
> <goals>deploy</goals>
> <arguments>-Papache-release -DskipTests</arguments>
> <mavenExecutorId>forked-path</mavenExecutorId>
> </configuration>
> </plugin>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)