No worries

Well that solves the mystery of the notifier.  You should probably
change it to the new 3.0.0 shared right?  Did you get that squared
away with Dennis?

Sean

On 6/7/06, Grant Smith <[EMAIL PROTECTED]> wrote:
Sorry Sean,

In this case, the 1.2 pom.xml listed this specific version as a <parent>,
and was the elusive reason why I couldnt update the notifier for the 1.2
builds in continuum. Thats why I updated it here too - I do realize it's a
pain to keep the branches in sync...


On 6/7/06, Sean Schofield <[EMAIL PROTECTED]> wrote:
> Next time please only commit to trunk or branch.  It just makes it
> harder to merge when its committed to both.  No big deal - just a
> future notice type request :-)  (In this case trunk would have been
> sufficient)
>
> Sean
>
> On 6/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Author: grantsmith
> > Date: Wed Jun  7 09:42:38 2006
> > New Revision: 412449
> >
> > URL: http://svn.apache.org/viewvc?rev=412449&view=rev
> > Log:
> > Correct continuum reporting
> >
> >
> > Modified:
> >     myfaces/maven/branches/1_0_3/master-pom/pom.xml
> >
> > Modified:
myfaces/maven/branches/1_0_3/master-pom/pom.xml
> > URL:
http://svn.apache.org/viewvc/myfaces/maven/branches/1_0_3/master-pom/pom.xml?rev=412449&r1=412448&r2=412449&view=diff
> >
==============================================================================
> > --- myfaces/maven/branches/1_0_3/master-pom/pom.xml
(original)
> > +++ myfaces/maven/branches/1_0_3/master-pom/pom.xml Wed
Jun  7 09:42:38 2006
> > @@ -1,436 +1,441 @@
> >  <?xml version="1.0" encoding="UTF-8"?><project xmlns="
http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>
> > -  <modelVersion>4.0.0 </modelVersion>
> > -  <groupId>org.apache.myfaces.maven</groupId>
> > -  <artifactId>myfaces-master</artifactId>
> > -  <packaging>pom</packaging>
> > -  <name>Master POM</name>
> > -  <version>1.0.3-SNAPSHOT</version>
> > -  <description>This is a master POM that is meant to be used by the
various MyFaces modules.  It contains information that is
> > -     common to all projects.</description>
> > -  <url>http://myfaces.apache.org/projects</url>
> > -  <issueManagement>
> > -    <system>jira</system>
> > -    <url>
http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
> > -  </issueManagement>
> > -  <ciManagement>
> > -    <system>continuum</system>
> > -    <notifiers>
> > -      <notifier>
> > -        <configuration>
> > -          <address> [email protected]</address>
> > -        </configuration>
> > -      </notifier>
> > -    </notifiers>
> > -  </ciManagement>
> > -  <mailingLists>
> > -    <mailingList>
> > -      <name>Myfaces User List</name>
> > -
<subscribe>[EMAIL PROTECTED]</subscribe>
> > -      <unsubscribe>
[EMAIL PROTECTED]</unsubscribe>
> > -      <post>do not post to [email protected] unless
subscribed</post>
> > -
<archive>http://mail-archives.apache.org/mod_mbox/myfaces-users</archive>
> > -      <otherArchives>
> > -
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
> > -        <otherArchive>
http://www.nabble.com/MyFaces---Users-f181.html</otherArchive>
> > -      </otherArchives>
> > -    </mailingList>
> > -    <mailingList>
> > -      <name>Myfaces Developer List</name>
> > -
<subscribe>[EMAIL PROTECTED]</subscribe>
> > -      <unsubscribe>
[EMAIL PROTECTED]</unsubscribe>
> > -      <post>do not post to [email protected] unless
subscribed</post>
> > -      <archive>
http://mail-archives.apache.org/mod_mbox/myfaces-dev</archive>
> > -      <otherArchives>
> > -        <otherArchive>
http://www.mail-archive.com/[email protected]/</otherArchive>
> > -
<otherArchive>http://www.nabble.com/My-Faces---Dev-f182.html
</otherArchive>
> > -      </otherArchives>
> > -    </mailingList>
> > -    <mailingList>
> > -      <name>Myfaces Commits List</name>
> > -      <subscribe>
[EMAIL PROTECTED]</subscribe>
> > -
<unsubscribe>[EMAIL PROTECTED]</unsubscribe>
> > -      <post>do not post</post>
> > -
<archive>http://mail-archives.apache.org/mod_mbox/myfaces-commits</archive>
> > -    </mailingList>
> > -    <mailingList>
> > -      <name>Myfaces Announcements List</name>
> > -
<subscribe>[EMAIL PROTECTED]</subscribe>
> > -      <unsubscribe>
[EMAIL PROTECTED]</unsubscribe>
> > -      <post>do not post</post>
> > -      <archive>
http://mail-archives.apache.org/mod_mbox/myfaces-announce</archive>
> > -    </mailingList>
> > -  </mailingLists>
> > -  <developers>
> > -    <developer>
> > -      <id>koinov</id>
> > -      <name>Anton Koinov</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization></organization>
> > -      <roles>
> > -        <role>PMC</role>
> > -      </roles>
> > -      <timezone></timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>bdudney</id>
> > -      <name>Bill Dudney</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization></organization>
> > -      <roles>
> > -        <role>PMC</role>
> > -      </roles>
> > -      <timezone></timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>grantsmith</id>
> > -      <name>Grant Smith</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization>Marathon Computer Systems, USA</organization>
> > -      <roles>
> > -        <role>PMC</role>
> > -      </roles>
> > -      <timezone></timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>manolito</id>
> > -      <name>Manfred Geiler</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization>Oesterreichische Kontrollbank AG,
Austria</organization>
> > -      <organizationUrl>http://www.oekb.at/</organizationUrl>
> > -      <roles>
> > -        <role>Founder of MyFaces</role>
> > -        <role>PMC Chair</role>
> > -        <role>JSR-252 JSF 1.2 EG member</role>
> > -      </roles>
> > -      <timezone>+1</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>mmarinschek</id>
> > -      <name>Martin Marinschek</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization>Irian, Austria</organization>
> > -
<organizationUrl>http://www.irian.at/index.jsp?lang=en</organizationUrl>
> > -      <roles>
> > -        <role>PMC</role>
> > -      </roles>
> > -      <timezone>+1</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>matzew</id>
> > -      <name>Matthias Wessendorf</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization>Oracle, Germany</organization>
> > -      <organizationUrl> http://www.oracle.com/</organizationUrl>
> > -      <roles>
> > -        <role>PMC</role>
> > -      </roles>
> > -      <timezone>+1</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>oros</id>
> > -      <name>Oliver Rossmueller</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization>Pironet NDH AG, Germany</organization>
> > -      <roles>
> > -        <role>PMC</role>
> > -      </roles>
> > -      <timezone>+1</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>schof</id>
> > -      <name>Sean Schofield</name>
> > -      <email> [EMAIL PROTECTED]</email>
> > -      <organization></organization>
> > -      <roles>
> > -        <role>PMC</role>
> > -      </roles>
> > -      <timezone>-5</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>svieujot</id>
> > -      <name>Sylvain Vieujot</name>
> > -      <email> [EMAIL PROTECTED]</email>
> > -      <organization></organization>
> > -      <roles>
> > -        <role>PMC</role>
> > -      </roles>
> > -      <timezone>+4</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>husted</id>
> > -      <name>Ted Husted</name>
> > -      <email> [EMAIL PROTECTED]</email>
> > -      <organization></organization>
> > -      <roles>
> > -        <role>PMC</role>
> > -        <role>ASF Member</role>
> > -        <role>Struts PMC</role>
> > -        <role>Jakarta PMC</role>
> > -      </roles>
> > -      <timezone></timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>tomsp</id>
> > -      <name>Thomas Spiegl</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization>Irian, Austria</organization>
> > -
<organizationUrl>http://www.irian.at/index.jsp?lang=en</organizationUrl>
> > -      <roles>
> > -        <role>PMC</role>
> > -      </roles>
> > -      <timezone>+1</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>prophecy</id>
> > -      <name>Travis Reeder</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization></organization>
> > -      <roles>
> > -        <role>PMC</role>
> > -      </roles>
> > -      <timezone></timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>baranda</id>
> > -      <name>Bruno Aranda</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization>European Bioinformatics Institute, EMBL,
UK</organization>
> > -      <organizationUrl> http://www.ebi.ac.uk</organizationUrl>
> > -      <roles>
> > -        <role>PMC</role>
> > -      </roles>
> > -      <timezone>0</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>jmitchell</id>
> > -      <name>James Mitchell</name>
> > -      <email> [EMAIL PROTECTED]</email>
> > -      <organization>EdgeTech, Inc.,United States of
America</organization>
> > -      <organizationUrl>www.edgetechservices.net </organizationUrl>
> > -      <timezone>-5</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>mbr</id>
> > -      <name>Mathias Broekelmann</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization>PSI Information Management GmbH,
Germany</organization>
> > -      <organizationUrl> http://www.psi-im.de</organizationUrl>
> > -      <timezone>+1</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>werpu</id>
> > -      <name>Werner Punz</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization>Media Data GmbH, Austria</organization>
> > -      <roles>
> > -        <role>Mister "Ajax"</role>
> > -      </roles>
> > -      <timezone>+1</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>ssilvert</id>
> > -      <name>Stan Silvert</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -
<organization>JBoss/Blog/organization</organization>
> > -
<organizationUrl>http://jboss.org/jbossBlog/blog/Stan%20Silvert/</organizationUrl>
> > -      <roles>
> > -        <role>Portlets Guru</role>
> > -      </roles>
> > -      <timezone></timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>mkienenb</id>
> > -      <name>Mike Kienenberger</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization></organization>
> > -      <roles>
> > -        <role>PMC</role>
> > -      </roles>
> > -      <timezone></timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>skitching</id>
> > -      <name>Simon Kitching</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization></organization>
> > -      <timezone>+12</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>weber</id>
> > -      <name>Volker Weber</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization></organization>
> > -      <timezone>+1</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>dennisbyrne</id>
> > -      <name>Dennis Byrne</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization></organization>
> > -      <timezone>-9</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>bommel</id>
> > -      <name>Bernd Bohmann</name>
> > -      <email> [EMAIL PROTECTED]</email>
> > -      <organization>atanion GmbH, Germany</organization>
> > -      <organizationUrl>http://www.atanion.com</organizationUrl>
> > -      <timezone>+1</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>imario</id>
> > -      <name>Mario Ivankovits</name>
> > -      <email> [EMAIL PROTECTED]</email>
> > -      <organization>OPS EDV GmbH</organization>
> > -      <organizationUrl>http://www.ops.co.at </organizationUrl>
> > -      <timezone>+1</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>jlust</id>
> > -      <name>Jurgen Lust</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization>Ghent University</organization>
> > -      <organizationUrl> http://www.UGent.be</organizationUrl>
> > -      <timezone>+1</timezone>
> > -    </developer>
> > -    <developer>
> > -      <id>gmuellan</id>
> > -      <name>Gerald Muellan</name>
> > -      <email>[EMAIL PROTECTED]</email>
> > -      <organization>Irian, Austria</organization>
> > -      <organizationUrl>
http://www.irian.at/index.jsp?lang=en</organizationUrl>
> > -      <timezone>+1</timezone>
> > -    </developer>
> > -  </developers>
> > -  <contributors>
> > -    <contributor>
> > -      <name>Matt Blum</name>
> > -      <roles>
> > -        <role>Portlets Guru</role>
> > -      </roles>
> > -    </contributor>
> > -    <contributor>
> > -      <name>Jiri Zaloudek</name>
> > -      <roles>
> > -        <role>WML RenderKit</role>
> > -      </roles>
> > -    </contributor>
> > -    <contributor>
> > -      <name>Joerg Artaker</name>
> > -      <roles>
> > -        <role>AutoupdateDataTable</role>
> > -      </roles>
> > -    </contributor>
> > -    <contributor>
> > -      <name>Thomas Huber</name>
> > -      <roles>
> > -        <role>AutoupdateDataTable</role>
> > -      </roles>
> > -    </contributor>
> > -    <contributor>
> > -      <name>Thomas Obereder</name>
> > -      <roles>
> > -        <role>InputTextHelp</role>
> > -      </roles>
> > -    </contributor>
> > -    <contributor>
> > -      <name>Jesse Wilson</name>
> > -      <roles>
> > -        <role>NewspaperDataTable</role>
> > -      </roles>
> > -    </contributor>
> > -  </contributors>
> > -  <licenses>
> > -    <license>
> > -      <name>The Apache Software License, Version 2.0</name>
> > -      <url>
http://www.apache.org/licenses/LICENSE-2.0.txt</url>
> > -      <distribution>repo</distribution>
> > -    </license>
> > -  </licenses>
> > -  <scm>
> > -    <connection>scm:svn:
http://svn.apache.org/repos/asf/myfaces/maven/trunk/master-pom</connection>
> > -    <developerConnection>scm:svn:
https://svn.apache.org/repos/asf/myfaces/maven/trunk/master-pom</developerConnection>
> > -
<url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk/master-pom
</url>
> > -  </scm>
> > -  <organization>
> > -    <name>Apache Software Foundation</name>
> > -    <url>http://www.apache.org/ </url>
> > -  </organization>
> > -  <build>
> > -    <extensions>
> > -      <extension>
> > -        <groupId>org.apache.maven.wagon</groupId>
> > -        <artifactId>wagon-ssh-external</artifactId>
> > -        <version>1.0-alpha-5</version>
> > -      </extension>
> > -    </extensions>
> > -    <defaultGoal>install</defaultGoal>
> > -    <pluginManagement>
> > -      <plugins>
> > -        <plugin>
> > -          <artifactId>maven-idea-plugin</artifactId>
> > -          <version>2.0-beta-2-SNAPSHOT</version>
> > -          <configuration>
> > -            <jdkLevel>1.3</jdkLevel>
> > -            <useClassifiers>true</useClassifiers>
> > -            <linkModules>false</linkModules>
> > -          </configuration>
> > -        </plugin>
> > -      </plugins>
> > -    </pluginManagement>
> > -    <plugins>
> > -      <plugin>
> > -        <artifactId>maven-compiler-plugin</artifactId>
> > -        <configuration>
> > -          <source>1.3</source>
> > -          <target>1.3</target>
> > -        </configuration>
> > -      </plugin>
> > -    </plugins>
> > -  </build>
> > -  <repositories>
> > -    <repository>
> > -        <releases>
> > -          <enabled>false</enabled>
> > -        </releases>
> > -        <snapshots>
> > -          <enabled>true</enabled>
> > -        </snapshots>
> > -      <id>apache-maven-snapshots</id>
> > -      <url>
http://cvs.apache.org/maven-snapshot-repository</url>
> > -    </repository>
> > -  </repositories>
> > -  <dependencies>
> > -    <dependency>
> > -      <groupId>junit</groupId>
> > -      <artifactId>junit</artifactId>
> > -      <version>3.8.1</version>
> > -      <scope>test</scope>
> > -    </dependency>
> > -  </dependencies>
> > -  <reporting>
> > -    <plugins>
> > -      <plugin>
> > -
<artifactId>maven-project-info-reports-plugin</artifactId>
> > -      </plugin>
> > -    </plugins>
> > -  </reporting>
> > -  <distributionManagement>
> > -    <repository>
> > -      <id>apache-maven</id>
> > -      <name>Apache Maven Repository</name>
> > -
<url>scpexe://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
> > -    </repository>
> > -    <snapshotRepository>
> > -      <uniqueVersion>false</uniqueVersion>
> > -      <id>apache-maven-snapshots</id>
> > -      <name>Apache Maven Snapshot Repository</name>
> > -
<url>scpexe://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
> > -    </snapshotRepository>
> > -    <site>
> > -      <id>apache-site</id>
> > -      <name>Apache Website</name>
> > -
<url>scpexe://minotaur.apache.org/www/myfaces.apache.org</url>
> > -    </site>
> > -  </distributionManagement>
> > +    <modelVersion>4.0.0</modelVersion>
> > +    <groupId>org.apache.myfaces.maven</groupId>
> > +    <artifactId>myfaces-master</artifactId>
> > +    <packaging>pom</packaging>
> > +    <name>Master POM</name>
> > +    <version>1.0.3-SNAPSHOT</version>
> > +    <description>This is a master POM that is meant to be used by the
various MyFaces modules.  It contains information that is
> > +        common to all projects.</description>
> > +    <url>http://myfaces.apache.org/projects</url>
> > +    <issueManagement>
> > +        <system>jira</system>
> > +
<url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
> > +    </issueManagement>
> > +    <ciManagement>
> > +        <system>continuum</system>
> > +        <notifiers>
> > +            <notifier>
> > +                <type>mail</type>
> > +                <sendOnError>true</sendOnError>
> > +                <sendOnFailure>true</sendOnFailure>
> > +                <sendOnWarning>true</sendOnWarning>
> > +                <sendOnSuccess>false</sendOnSuccess>
> > +                <configuration>
> > +                    <address>[email protected]</address>
> > +                </configuration>
> > +            </notifier>
> > +        </notifiers>
> > +    </ciManagement>
> > +    <mailingLists>
> > +        <mailingList>
> > +            <name>Myfaces User List</name>
> > +
<subscribe>[EMAIL PROTECTED]</subscribe>
> > +            <unsubscribe>
[EMAIL PROTECTED]</unsubscribe>
> > +            <post>do not post to [email protected] unless
subscribed</post>
> > +            <archive>
http://mail-archives.apache.org/mod_mbox/myfaces-users</archive>
> > +            <otherArchives>
> > +                <otherArchive>
http://www.mail-archive.com/[email protected]/</otherArchive>
> > +                <otherArchive>
http://www.nabble.com/MyFaces---Users-f181.html</otherArchive>
> > +            </otherArchives>
> > +        </mailingList>
> > +        <mailingList>
> > +            <name>Myfaces Developer List</name>
> > +
<subscribe>[EMAIL PROTECTED]</subscribe>
> > +            <unsubscribe>
[EMAIL PROTECTED]</unsubscribe>
> > +            <post>do not post to [email protected] unless
subscribed</post>
> > +            <archive>
http://mail-archives.apache.org/mod_mbox/myfaces-dev</archive>
> > +            <otherArchives>
> > +                <otherArchive>
http://www.mail-archive.com/[email protected]/</otherArchive>
> > +                <otherArchive>
http://www.nabble.com/My-Faces---Dev-f182.html</otherArchive>
> > +            </otherArchives>
> > +        </mailingList>
> > +        <mailingList>
> > +            <name>Myfaces Commits List</name>
> > +
<subscribe>[EMAIL PROTECTED]</subscribe>
> > +            <unsubscribe>
[EMAIL PROTECTED]</unsubscribe>
> > +            <post>do not post</post>
> > +            <archive>
http://mail-archives.apache.org/mod_mbox/myfaces-commits</archive>
> > +        </mailingList>
> > +        <mailingList>
> > +            <name>Myfaces Announcements List</name>
> > +
<subscribe>[EMAIL PROTECTED]</subscribe>
> > +            <unsubscribe>
[EMAIL PROTECTED]</unsubscribe>
> > +            <post>do not post</post>
> > +            <archive>
http://mail-archives.apache.org/mod_mbox/myfaces-announce</archive>
> > +        </mailingList>
> > +    </mailingLists>
> > +    <developers>
> > +        <developer>
> > +            <id>koinov</id>
> > +            <name>Anton Koinov</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization></organization>
> > +            <roles>
> > +                <role>PMC</role>
> > +            </roles>
> > +            <timezone></timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>bdudney</id>
> > +            <name>Bill Dudney</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization></organization>
> > +            <roles>
> > +                <role>PMC</role>
> > +            </roles>
> > +            <timezone></timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>grantsmith</id>
> > +            <name>Grant Smith</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization>Marathon Computer Systems,
USA</organization>
> > +            <roles>
> > +                <role>PMC</role>
> > +            </roles>
> > +            <timezone></timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>manolito</id>
> > +            <name>Manfred Geiler</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization>Oesterreichische
Kontrollbank AG, Austria</organization>
> > +            <organizationUrl> http://www.oekb.at/</organizationUrl>
> > +            <roles>
> > +                <role>Founder of MyFaces</role>
> > +                <role>PMC Chair</role>
> > +                <role>JSR-252 JSF 1.2 EG member</role>
> > +            </roles>
> > +            <timezone>+1</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>mmarinschek</id>
> > +            <name>Martin Marinschek</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization>Irian,
Austria</organization>
> > +
<organizationUrl>http://www.irian.at/index.jsp?lang=en</organizationUrl>
> > +            <roles>
> > +                <role>PMC</role>
> > +            </roles>
> > +            <timezone>+1</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>matzew</id>
> > +            <name>Matthias Wessendorf</name>
> > +            <email>[EMAIL PROTECTED] </email>
> > +            <organization>Oracle,
Germany</organization>
> > +            <organizationUrl>http://www.oracle.com/</organizationUrl>
> > +            <roles>
> > +                <role>PMC</role>
> > +            </roles>
> > +            <timezone>+1</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>oros</id>
> > +            <name>Oliver Rossmueller</name>
> > +            <email>[EMAIL PROTECTED] </email>
> > +            <organization>Pironet NDH AG,
Germany</organization>
> > +            <roles>
> > +                <role>PMC</role>
> > +            </roles>
> > +            <timezone>+1</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>schof</id>
> > +            <name>Sean Schofield</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization></organization>
> > +            <roles>
> > +                <role>PMC</role>
> > +            </roles>
> > +            <timezone>-5</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>svieujot</id>
> > +            <name>Sylvain Vieujot</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization></organization>
> > +            <roles>
> > +                <role>PMC</role>
> > +            </roles>
> > +            <timezone>+4</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>husted</id>
> > +            <name>Ted Husted</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization></organization>
> > +            <roles>
> > +                <role>PMC</role>
> > +                <role>ASF Member</role>
> > +                <role>Struts PMC</role>
> > +                <role>Jakarta PMC</role>
> > +            </roles>
> > +            <timezone></timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>tomsp</id>
> > +            <name>Thomas Spiegl</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization>Irian,
Austria</organization>
> > +            <organizationUrl>
http://www.irian.at/index.jsp?lang=en</organizationUrl>
> > +            <roles>
> > +                <role>PMC</role>
> > +            </roles>
> > +            <timezone>+1</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>prophecy</id>
> > +            <name>Travis Reeder</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization></organization>
> > +            <roles>
> > +                <role>PMC</role>
> > +            </roles>
> > +            <timezone></timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>baranda</id>
> > +            <name>Bruno Aranda</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization>European Bioinformatics
Institute, EMBL, UK</organization>
> > +            <organizationUrl> http://www.ebi.ac.uk</organizationUrl>
> > +            <roles>
> > +                <role>PMC</role>
> > +            </roles>
> > +            <timezone>0</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>jmitchell</id>
> > +            <name>James Mitchell</name>
> > +            <email> [EMAIL PROTECTED]</email>
> > +            <organization>EdgeTech, Inc.,United States
of America</organization>
> > +            <organizationUrl>
www.edgetechservices.net</organizationUrl>
> > +            <timezone>-5</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>mbr</id>
> > +            <name>Mathias Broekelmann</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization>PSI Information Management GmbH,
Germany</organization>
> > +            <organizationUrl>http://www.psi-im.de</organizationUrl>
> > +            <timezone>+1</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>werpu</id>
> > +            <name>Werner Punz</name>
> > +            <email>[EMAIL PROTECTED] </email>
> > +            <organization>Media Data GmbH,
Austria</organization>
> > +            <roles>
> > +                <role>Mister "Ajax"</role>
> > +            </roles>
> > +            <timezone>+1</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>ssilvert</id>
> > +            <name>Stan Silvert</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +
<organization>JBoss/Blog/organization</organization>
> > +            <organizationUrl>
http://jboss.org/jbossBlog/blog/Stan%20Silvert/</organizationUrl>
> > +            <roles>
> > +                <role>Portlets Guru</role>
> > +            </roles>
> > +            <timezone></timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>mkienenb</id>
> > +            <name>Mike Kienenberger</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization></organization>
> > +            <roles>
> > +                <role>PMC</role>
> > +            </roles>
> > +            <timezone></timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>skitching</id>
> > +            <name>Simon Kitching</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization></organization>
> > +            <timezone>+12</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>weber</id>
> > +            <name>Volker Weber</name>
> > +            <email> [EMAIL PROTECTED]</email>
> > +            <organization></organization>
> > +            <timezone>+1</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>dennisbyrne</id>
> > +            <name>Dennis Byrne</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization></organization>
> > +            <timezone>-9</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>bommel</id>
> > +            <name>Bernd Bohmann</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization>atanion GmbH,
Germany</organization>
> > +            <organizationUrl>http://www.atanion.com</organizationUrl>
> > +            <timezone>+1</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>imario</id>
> > +            <name>Mario Ivankovits</name>
> > +            <email>[EMAIL PROTECTED] </email>
> > +            <organization>OPS EDV GmbH</organization>
> > +            <organizationUrl>http://www.ops.co.at</organizationUrl>
> > +            <timezone>+1</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>jlust</id>
> > +            <name>Jurgen Lust</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization>Ghent
University</organization>
> > +            <organizationUrl> http://www.UGent.be</organizationUrl>
> > +            <timezone>+1</timezone>
> > +        </developer>
> > +        <developer>
> > +            <id>gmuellan</id>
> > +            <name>Gerald Muellan</name>
> > +            <email>[EMAIL PROTECTED]</email>
> > +            <organization>Irian,
Austria</organization>
> > +
<organizationUrl>http://www.irian.at/index.jsp?lang=en</organizationUrl>
> > +            <timezone>+1</timezone>
> > +        </developer>
> > +    </developers>
> > +    <contributors>
> > +        <contributor>
> > +            <name>Matt Blum</name>
> > +            <roles>
> > +                <role>Portlets Guru</role>
> > +            </roles>
> > +        </contributor>
> > +        <contributor>
> > +            <name>Jiri Zaloudek</name>
> > +            <roles>
> > +                <role>WML RenderKit</role>
> > +            </roles>
> > +        </contributor>
> > +        <contributor>
> > +            <name>Joerg Artaker</name>
> > +            <roles>
> > +                <role>AutoupdateDataTable</role>
> > +            </roles>
> > +        </contributor>
> > +        <contributor>
> > +            <name>Thomas Huber</name>
> > +            <roles>
> > +                <role>AutoupdateDataTable</role>
> > +            </roles>
> > +        </contributor>
> > +        <contributor>
> > +            <name>Thomas Obereder</name>
> > +            <roles>
> > +                <role>InputTextHelp</role>
> > +            </roles>
> > +        </contributor>
> > +        <contributor>
> > +            <name>Jesse Wilson</name>
> > +            <roles>
> > +                <role>NewspaperDataTable</role>
> > +            </roles>
> > +        </contributor>
> > +    </contributors>
> > +    <licenses>
> > +        <license>
> > +            <name>The Apache Software License, Version 2.0</name>
> > +
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
> > +            <distribution>repo</distribution>
> > +        </license>
> > +    </licenses>
> > +    <scm>
> > +
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk/master-pom
</connection>
> > +
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk/master-pom</developerConnection>
> > +
<url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk/master-pom</url>
> > +    </scm>
> > +    <organization>
> > +        <name>Apache Software Foundation</name>
> > +        <url>http://www.apache.org/</url>
> > +    </organization>
> > +    <build>
> > +        <extensions>
> > +            <extension>
> > +                <groupId>org.apache.maven.wagon</groupId>
> > +
<artifactId>wagon-ssh-external</artifactId>
> > +                <version>1.0-alpha-5</version>
> > +            </extension>
> > +        </extensions>
> > +        <defaultGoal>install</defaultGoal>
> > +        <pluginManagement>
> > +            <plugins>
> > +                <plugin>
> > +
<artifactId>maven-idea-plugin</artifactId>
> > +                    <version>2.0-beta-2-SNAPSHOT </version>
> > +                    <configuration>
> > +                        <jdkLevel>1.3</jdkLevel>
> > +
<useClassifiers>true</useClassifiers>
> > +
<linkModules>false</linkModules>
> > +                    </configuration>
> > +                </plugin>
> > +            </plugins>
> > +        </pluginManagement>
> > +        <plugins>
> > +            <plugin>
> > +
<artifactId>maven-compiler-plugin</artifactId>
> > +                <configuration>
> > +                    <source> 1.3</source>
> > +                    <target>1.3</target>
> > +                </configuration>
> > +            </plugin>
> > +        </plugins>
> > +    </build>
> > +    <repositories>
> > +        <repository>
> > +            <releases>
> > +                <enabled>false</enabled>
> > +            </releases>
> > +            <snapshots>
> > +                <enabled>true</enabled>
> > +            </snapshots>
> > +            <id>apache-maven-snapshots</id>
> > +            <url>
http://cvs.apache.org/maven-snapshot-repository</url>
> > +        </repository>
> > +    </repositories>
> > +    <dependencies>
> > +        <dependency>
> > +            <groupId>junit</groupId>
> > +            <artifactId>junit</artifactId>
> > +            <version>3.8.1</version>
> > +            <scope>test</scope>
> > +        </dependency>
> > +    </dependencies>
> > +    <reporting>
> > +        <plugins>
> > +            <plugin>
> > +
<artifactId>maven-project-info-reports-plugin</artifactId>
> > +            </plugin>
> > +        </plugins>
> > +    </reporting>
> > +    <distributionManagement>
> > +        <repository>
> > +            <id>apache-maven</id>
> > +            <name>Apache Maven Repository</name>
> > +
<url>scpexe://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url>
> > +        </repository>
> > +        <snapshotRepository>
> > +            <uniqueVersion>false</uniqueVersion>
> > +            <id>apache-maven-snapshots</id>
> > +            <name>Apache Maven Snapshot Repository</name>
> > +
<url>scpexe://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
> > +        </snapshotRepository>
> > +        <site>
> > +            <id>apache-site</id>
> > +            <name>Apache Website</name>
> > +
<url>scpexe://minotaur.apache.org/www/myfaces.apache.org</url>
> > +        </site>
> > +    </distributionManagement>
> >  </project>
> >
> >
> >
>



--
Grant Smith

Reply via email to