Apply this patch to the collections pom.xml and it will use the
codegen from the staging repo.

Index: pom.xml
===================================================================
--- pom.xml     (revision 931366)
+++ pom.xml     (working copy)
@@ -52,7 +52,7 @@
         <groupId>org.apache.mahout</groupId>
         <artifactId>mahout-collection-codegen-plugin</artifactId>
         <!-- for now, peg to last release -->
-        <version>0.3</version>
+        <version>1.0</version>
         <executions>
           <execution>
             <goals>
@@ -105,6 +105,18 @@
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/collections</developerConnection>
     
<url>https://svn.apache.org/repos/asf/lucene/mahout/mahout-collections</url>
   </scm>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>mahout-staging</id>
+      <name>Mahout release staging</name>
+      
<url>https://repository.apache.org/content/repositories/orgapachemahout-006</url>
+      <layout>default</layout>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+
+    </pluginRepository>
+  </pluginRepositories>
   <repositories>
     <repository>
       <id>Apache snapshots</id>


On Wed, Apr 7, 2010 at 7:23 AM, Robin Anil <robin.a...@gmail.com> wrote:
> I will take your word for it :) Just giving a soln to Teds concern.
>
> +1 from me.
>
> Robin
>
> On Wed, Apr 7, 2010 at 4:50 PM, Benson Margulies <bimargul...@gmail.com>wrote:
>
>> You have two choices: 1) take my word (or diff) about the zero code
>> changes :-), or
>>
>> 2) I can set up a patch that will cause the 'collections' directory to
>> pull this. I have to add a <repository> to the pom so that it gets
>> fetched from the special staging repo. I'll do that later today.
>>
>>
>>
>> On Wed, Apr 7, 2010 at 1:26 AM, Robin Anil <robin.a...@gmail.com> wrote:
>> > Is there a patch which pulls this dependency to build Mahout. Thats the
>> good
>> > test for it
>> >
>> > Robin
>> >
>> > On Wed, Apr 7, 2010 at 10:45 AM, Ted Dunning <ted.dunn...@gmail.com>
>> wrote:
>> >
>> >> I confirm that the components exist and appear in good order.
>> >>
>> >> Is there a way for me to test this component?  Is there any testing
>> needed
>> >> beyond checking existence?
>> >>
>> >> On Tue, Apr 6, 2010 at 7:13 PM, Benson Margulies <bimargul...@gmail.com
>> >> >wrote:
>> >>
>> >> > On Tue, Apr 6, 2010 at 9:40 PM, Ted Dunning <ted.dunn...@gmail.com>
>> >> wrote:
>> >> > > Is that possible here instead:
>> >> > >
>> >> >
>> >>
>> https://repository.apache.org/content/repositories/staging/org/apache/mahout/
>> >> > ?
>> >> >
>> >> > No, that's not right. That path has our last (0.3) release in it.
>> >> > However, I had forgotten to close it.
>> >> >
>> >> >
>> https://repository.apache.org/content/repositories/orgapachemahout-006/
>> >> >
>> >> > It should work better now.
>> >> >
>> >> >
>> >> > >
>> >> > > On Tue, Apr 6, 2010 at 6:08 PM, Benson Margulies <
>> >> bimargul...@gmail.com
>> >> > >wrote:
>> >> > >
>> >> > >> In order to decouple the mahout-collections library from the rest
>> of
>> >> > >> Mahout, to allow more frequent releases and other good things, we
>> >> > >> propose to release the code generator for the collections library
>> as a
>> >> > >> separate Maven artifact. (Followed, in short order, by the
>> collections
>> >> > >> library proper.) This is proposed release 1.0 of
>> >> > >> mahout-collections-codegen-plugin. This is intended as a maven-only
>> >> > >> release; we'll put the artifacts in the Mahout download area as
>> well,
>> >> > >> but we don't ever expect anyone to use this except from Maven,
>> >> > >> inasmuch as it is a maven plugin.
>> >> > >>
>> >> > >> The release artifacts are in the Nexus stage, as follows.
>> >> > >>
>> >> > >>
>> >> https://repository.apache.org/content/repositories/orgapachemahout-006/
>> >> > >>
>> >> > >> This vote will remain open for 72 hours.
>> >> > >>
>> >> > >
>> >> >
>> >>
>> >
>>
>

Reply via email to