I believe we need to modify the pom of txmanager trunk so that its parent is
up-to-date, which is

    <parent>
        <groupId>org.apache.geronimo.genesis</groupId>
        <artifactId>genesis-java5-flava</artifactId>
        <version>2.0</version>
    </parent>


Currently it points to a parent that does not exist any more:


    <parent>
        <groupId>org.apache.geronimo.genesis.flava</groupId>
        <artifactId>genesis-java5-flava</artifactId>
        <version>2.0-SNAPSHOT</version>
    </parent>


Someone helps to fix that? Thanks!

-Jack

Reply via email to