You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/07/10 12:43:00 UTC

[jira] [Commented] (JENA-1184) jena-maven-tools breaks with upgrade to Apache POM v18

    [ https://issues.apache.org/jira/browse/JENA-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080268#comment-16080268 ] 

ASF subversion and git services commented on JENA-1184:
-------------------------------------------------------

Commit 26b72619074364712480cda1afe13217cde04468 in jena's branch refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=26b7261 ]

JENA-1184: Fixing comment syntax makes it compile.


> jena-maven-tools breaks with upgrade to Apache POM v18
> ------------------------------------------------------
>
>                 Key: JENA-1184
>                 URL: https://issues.apache.org/jira/browse/JENA-1184
>             Project: Apache Jena
>          Issue Type: Bug
>            Reporter: Andy Seaborne
>
> The upgrade in JENA-1182 of the Apache POM to v18 causes module jena-maven-tools to not compile or not pass the test phase.
> {noformat}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.4:helpmojo (help-goal) on project jena-maven-tools: Execution help-goal of goal org.apache.maven.plugins:maven-plugin-plugin:3.4:helpmojo failed: syntax error @[58,42] in <https://builds.apache.org/job/Jena_Development_Test/ws/jena-maven-tools/src/main/java/org/apache/jena/tools/schemagen/SchemagenMojo.java> -> [Help 1]
> [ERROR] 
> {noformat}
> removing the {{helpmojo}} goal leads to:
> {noformat}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.4:descriptor (default-descriptor) on project jena-maven-tools: Execution default-descriptor of goal org.apache.maven.plugins:maven-plugin-plugin:3.4:descriptor failed: syntax error @[58,42] in <https://builds.apache.org/job/Jena_Development_Test/ws/jena-maven-tools/src/main/java/org/apache/jena/tools/schemagen/SchemagenMojo.java> -> [Help 1]
> {noformat}
> It seems that the problem is not the {{helpmojo}} goal per se.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)