Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #909: POMs out of sync

2013-07-15 Thread Steve Rowe
Mike,

That's the right thing for Maven config - not sure why analyzers-common was in 
there already.

I'm running the Maven build now with this fix to make sure.

(By the way, the IntelliJ config needs these two deps added as well - I'll take 
care of it.)

Steve

On Jul 15, 2013, at 4:59 PM, Michael McCandless  
wrote:

> I *think* something like this is needed to fix Maven's POMs?  Can
> someone with more Maven experience test this?
> 
> AnalyzingInfixSuggester added deps to lucene/suggest on misc and
> analyzers-common, but analyzers-common already seems to be in the POM:
> 
> Index: dev-tools/maven/lucene/suggest/pom.xml.template
> ===
> --- dev-tools/maven/lucene/suggest/pom.xml.template (revision 1503469)
> +++ dev-tools/maven/lucene/suggest/pom.xml.template (working copy)
> @@ -59,6 +59,11 @@
>   lucene-analyzers-common
>   ${project.version}
> 
> +
> +  ${project.groupId}
> +  lucene-misc
> +  ${project.version}
> +
>   
>   
> ${module-path}/src/java
> 
> Mike McCandless
> 
> http://blog.mikemccandless.com
> 
> 
> On Mon, Jul 15, 2013 at 4:51 PM, Apache Jenkins Server
>  wrote:
>> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/909/
>> 
>> All tests passed
>> 
>> Build Log:
>> [...truncated 20111 lines...]
>>  [mvn] [INFO] 
>> -
>>  [mvn] [INFO] 
>> -
>>  [mvn] [ERROR] COMPILATION ERROR :
>>  [mvn] [INFO] 
>> -
>> 
>> [...truncated 305 lines...]
>> 
>> 
>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: dev-h...@lucene.apache.org
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #909: POMs out of sync

2013-07-15 Thread Michael McCandless
I *think* something like this is needed to fix Maven's POMs?  Can
someone with more Maven experience test this?

AnalyzingInfixSuggester added deps to lucene/suggest on misc and
analyzers-common, but analyzers-common already seems to be in the POM:

Index: dev-tools/maven/lucene/suggest/pom.xml.template
===
--- dev-tools/maven/lucene/suggest/pom.xml.template (revision 1503469)
+++ dev-tools/maven/lucene/suggest/pom.xml.template (working copy)
@@ -59,6 +59,11 @@
   lucene-analyzers-common
   ${project.version}
 
+
+  ${project.groupId}
+  lucene-misc
+  ${project.version}
+
   
   
 ${module-path}/src/java

Mike McCandless

http://blog.mikemccandless.com


On Mon, Jul 15, 2013 at 4:51 PM, Apache Jenkins Server
 wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/909/
>
> All tests passed
>
> Build Log:
> [...truncated 20111 lines...]
>   [mvn] [INFO] 
> -
>   [mvn] [INFO] 
> -
>   [mvn] [ERROR] COMPILATION ERROR :
>   [mvn] [INFO] 
> -
>
> [...truncated 305 lines...]
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org