Just FYI,   on the Java side, if you add the snippet below to the 
build/plugins section of parent pom, most of the issues for Incubator 
requirements will be taken care of.    It will add the META-INF/LICENSE, 
META-INF/DISCLAIMER, create a META-INF/NOTICES file based on the 
dependencies, etc... 

Dan


        <plugins>
            <plugin>
                <artifactId>maven-remote-resources-plugin</artifactId>
                <version>1.0-alpha-5</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>process</goal>
                        </goals>
                        <configuration>
                            <resourceBundles>
                                
<resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
                                
<resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
                            </resourceBundles>
                            <properties>
                                <addLicense>true</addLicense>
                                <projectName>Apache Qpid</projectName>
                            </properties>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>


On Wednesday 13 June 2007 20:46, Martin Ritchie wrote:
> Don't forget the actual tasks for the release process that we haven't
> created JIRAs for yet. I've updated the Java section on the M2 release
> page that Rajith made for the Java items. I would imagine that each of
> the language releases would have to do similar checks and file
> creations.
>
> On 14/06/07, Alan Conway <[EMAIL PROTECTED]> wrote:
> > The only items outstanding for C++ are QPID-510 and QPID-467. I'm
> > working on 510 (client bug), check with Rupert for 467 (interop
> > testing.)
> >
> > Assuming I fix the bug this week, I'm happy to release whenever
> > Rupert says he's happy with the interop coverage.
> >
> > On Wed, 2007-06-13 at 09:17 -0400, Rajith Attapattu wrote:
> > > Can all the key stake holders put some time lines for their tasks
> > > ? This will help us to fix a tentative date for the release. With
> > > out a date this release is likely to drag on.
> > >
> > > regards,
> > >
> > > Rajith
> > >
> > > On 6/12/07, Rupert Smith <[EMAIL PROTECTED]> wrote:
> > > > I've updated one of the tasks for interop testing.
> > > >
> > > > The "Identify JIRAs for inclusion in M2" task belongs to Marnie,
> > > > who is presumably willing to pass the responsibility for it on?
> > > >
> > > > AFAIK all M2 Jiras have been identified by Marnie already, looks
> > > > like the task remains open for release + showstoppers tasks.
> > > >
> > > > Rupert
> > > >
> > > > On 11/06/07, Rajith Attapattu <[EMAIL PROTECTED]> wrote:
> > > > > Hi folks,
> > > > >
> > > > > several people inquired about the M2 status.
> > > > > I know this time around it is a bit more difficult as we have
> > > > > to get all java,c++,.NET and Python components ready for the
> > > > > release.
> > > > >
> > > > > Can the respective state holders identified in the following
> > > > > url report their status and any issues
> > > > > http://cwiki.apache.org/qpid/m2-release.html
> > > > >
> > > > > Regards,
> > > > >
> > > > > Rajith

-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
[EMAIL PROTECTED]
http://www.dankulp.com/blog

Reply via email to