[
https://issues.apache.org/jira/browse/SOLR-3934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cassandra Targett resolved SOLR-3934.
-------------------------------------
Resolution: Fixed
Fix Version/s: 5.0
I don't know when this was fixed, but it's correct now.
> Error in Pom generation
> -----------------------
>
> Key: SOLR-3934
> URL: https://issues.apache.org/jira/browse/SOLR-3934
> Project: Solr
> Issue Type: Bug
> Components: Build
> Affects Versions: 4.1
> Environment: ant
> Reporter: Stephane Gamard
> Labels: maven
> Fix For: 5.0
>
> Original Estimate: 10m
> Remaining Estimate: 10m
>
> Generating maven's pom with ant produces the wrong parent element for
> lucene/core/src/java.
> Produces:
> {code:xml}
> <parent>
> <groupId>org.apache.lucene</groupId>
> <artifactId>lucene-parent</artifactId>
> <version>4.1-SNAPSHOT</version>
> <relativePath>../pom.xml</relativePath>
> </parent>
> {code}
> Should be:
> {code:xml}
> <parent>
> <groupId>org.apache.lucene</groupId>
> <artifactId>lucene-parent</artifactId>
> <version>4.1-SNAPSHOT</version>
> <relativePath>../../../pom.xml</relativePath>
> </parent>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]