Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [krazo-dev] Jakarta MVC 1.1-SNAPSHOT doubt

Hi Daniel,

It is available in the Jakarta Staging repository, https://jakarta.oss.sonatype.org/

In order to consume the snapshot, you will need to use the following repository configuration:

           <repositories>
                <repository>
                    <id>sonatype-nexus-snapshots</id>
                    <name>Sonatype Nexus Snapshots</name>
                    <url>https://jakarta.oss.sonatype.org/content/repositories/snapshots/</url>
                    <releases>
                        <enabled>false</enabled>
                    </releases>
                    <snapshots>
                        <enabled>true</enabled>
                    </snapshots>
                </repository>
            </repositories>

Ivar

On Tue, Jul 14, 2020 at 4:39 PM Daniel Dias Dos Santos <daniel.dias.analistati@xxxxxxxxx> wrote:
Hello everyone, everything good ?

I have a doubt.

I saw that in Krazo the travis was updated to obtain the MVC 1.1-SNAPSHOT via the "-Psnapshots".

Is this already available on maven?

because I updated my example to try to get the new jar from MVC and still comes 1.0.0 from SPEC.

this path is still valid:

https://www.mvc-spec.org/krazo/docs/install-snapshots.html

thanks, 
_______________________________________________
krazo-dev mailing list
krazo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/krazo-dev


--

Ivar Grimstad

Jakarta EE Developer Advocate | Eclipse Foundation, Inc.

Community. Code. Collaboration. 

Join us at our virtual event:
EclipseCon 2020 - October 20-22


Back to the top