Hi,
We appear to have two "master" pom files:
1: http://svn.apache.org/repos/asf/myfaces/maven/trunk/master-pom/
2: http://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/trunk/
File (1) has
group: org.apache.myfaces.maven
artifactId: myfaces-master
version: 1.0.7-SNAPSHOT
parent: org.apache:apache v4.0
It is used by:
shared/trunk_3_0_x
orchestra
File (2) has:
group: org.apache.myfaces
artifactId: myfaces
version: 5-SNAPSHOT
parent: org.apache:apache v4.0
It is used by everything else.
Is it the case that (1) is the "old" file, and (2) is a replacement for
it?
If so, then perhaps we should move shared/trunk_3_0_x and orchestra to
use (2), then remove (1)..
The files look very similar, except that (2)
* adds a few email lists
* adds a few developers and contributors
File (1) does have this:
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
<version>1.0-alpha-5</version>
</extension>
<extension>
<groupId>org.apache.myfaces.maven</groupId>
<artifactId>build-tools</artifactId>
<version>1.0.7-SNAPSHOT</version>
</extension>
</extensions>
The two files also have some apparently minor plugin config differences.
Regards,
Simon