I had time to make some tests with only a couple of sandbox components and
things went well so far, however it would be good to have some more
documentation about the new build system :)
Tommaso

2010/6/10 Marshall Schor <m...@schor.com>

> I sat with Eddie and watched him try to "test" this, and saw that I need
> to make some web pages explaining the new build system, and make testing
> much easier.
>
> -Marshall
>
> On 6/7/2010 11:12 PM, Marshall Schor wrote:
> > The UIMA parent-pom-top, release candidate 2, is ready for testing.
> > It is located here:
> > https://repository.apache.org/content/repositories/orgapacheuima-042/
> > The SVN is
> > https://svn.apache.org/repos/asf/uima/build/tags/parent-pom-top-1-rc2
> >
> > Suggestted way to test: add this to your maven "settings" in the
> > <profiles> section:
> >
> >     <profile>
> >       <id>staged-release</id>
> >       <repositories>
> >         <repository>
> >           <id>staged-release</id>
> >
> > <url>
> https://repository.apache.org/content/repositories/orgapacheuima-042/
> </url>
> >         </repository>
> >       </repositories>
> >     </profile>
> >
> > and then change the pom(s)-under-test version for the parent-pom-top
> > from "1-SNAPSHOT" to "1".
> >
> > Then run a maven command with the parameter -Pstaged-release which tells
> > maven to use this profile.
> >
> > I tested this by building the uima-as docbook successfully (modifying
> > parent-pom-docbook to use version 1).
> >
> > The main thing to check here is that this release follows Apache
> > requirements for license and notice, and that it works with the current
> > build artifacts.
> >
> > Vote open for 72 hours.
> >
> > [ ] +1
> > [ ] 0
> > [ ] -1
> >
> > -Marshall
> >
> >
> >
> >
>

Reply via email to