[
https://issues.apache.org/jira/browse/JENA-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16641098#comment-16641098
]
ASF GitHub Bot commented on JENA-1602:
--------------------------------------
Github user afs commented on a diff in the pull request:
https://github.com/apache/jena/pull/480#discussion_r223217155
--- Diff: jena-maven-tools/pom.xml ---
@@ -20,7 +20,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>jena-maven-tools</artifactId>
<packaging>maven-plugin</packaging>
- <version>3.7.0-SNAPSHOT</version>
--- End diff --
There have been some problems in the past which is why the top POM has this
module commented out.
```
<!-- apache-19 breaks this
<module>jena-maven-tools</module>
-->
```
Does jena-maven-tools now work in the build? It would be great if it did.
> Update builder has no mechanism to add inserts or deletes based on model or
> triple collections
> ----------------------------------------------------------------------------------------------
>
> Key: JENA-1602
> URL: https://issues.apache.org/jira/browse/JENA-1602
> Project: Apache Jena
> Issue Type: Improvement
> Components: QueryBuilder
> Reporter: Claude Warren
> Assignee: Claude Warren
> Priority: Minor
>
> Currently the query builder allows insert/delete of single triples, this
> change would be to accept a model as a collection of triples to
> insert/delete. In addition a collection of <triplefront> could be
> added/deleted.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)