Is there going to be a release of some sort soon?

View: New views
5 Messages — Rating Filter:   Alert me  

Is there going to be a release of some sort soon?

by Dave Syer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there going to be a release of some sort soon?  I was expecting maybe to see beta-1 in the snapshot repository, but when I do "mvn site" against the snapshots nothing new shows up (still alpha-11).  Any plans?

Re: Is there going to be a release of some sort soon?

by Dennis Lundberg-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dave Syer wrote:
> Is there going to be a release of some sort soon?  I was expecting maybe to
> see beta-1 in the snapshot repository, but when I do "mvn site" against the
> snapshots nothing new shows up (still alpha-11).  Any plans?

beta-1 *is* in the snapshot repository. See for example:

http://people.apache.org/maven-snapshot-repository/org/apache/maven/doxia/doxia-core/1.0-beta-1-SNAPSHOT/

When you say:
  ...I do "mvn site" against the snapshots...
what do you mean then?

--
Dennis Lundberg

Re: Is there going to be a release of some sort soon?

by Dave Syer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


dennisl-2 wrote:
When you say:
  ...I do "mvn site" against the snapshots...
what do you mean then?
I mean I used

<pluginRepositories>
        <pluginRepository>
                <id>apache-snapshots</id>
                <url>
                        http://people.apache.org/maven-snapshot-repository
                </url>
        </pluginRepository>
</pluginRepositories>

So what esle do I need to do to get the new Doxia version?  I guess it's not wired into the site plugin yet?  When might that happen?

Re: Is there going to be a release of some sort soon?

by Dennis Lundberg-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dave Syer wrote:

>
>
> dennisl-2 wrote:
>> When you say:
>>   ...I do "mvn site" against the snapshots...
>> what do you mean then?
>>
>
> I mean I used
>
> <pluginRepositories>
> <pluginRepository>
> <id>apache-snapshots</id>
> <url>
> http://people.apache.org/maven-snapshot-repository
> </url>
> </pluginRepository>
> </pluginRepositories>
>
> So what esle do I need to do to get the new Doxia version?  I guess it's not
> wired into the site plugin yet?  When might that happen?

Aha, I see. The site-plugin has not switched to using the doxia-beta-1
yet. You can do it yourself if you want to try it. Check out the source
for maven-site-plugin and change the two doxia-related properties at the
bottom of its pom.xml file.


--
Dennis Lundberg

Re: Is there going to be a release of some sort soon?

by Dave Syer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


dennisl-2 wrote:
Aha, I see. The site-plugin has not switched to using the doxia-beta-1
yet. You can do it yourself if you want to try it. Check out the source
for maven-site-plugin and change the two doxia-related properties at the
bottom of its pom.xml file.

Thanks, but no thanks.  It's bad enough having to use a SNAPSHOT without having to rebuild a plugin from source!