dev@glassfish.java.net

Looping in mvn -U install

From: Kin-man Chung <Kin-Man.Chung_at_Sun.COM>
Date: Fri, 08 Aug 2008 13:33:57 -0700

When I did a "mvn -U install" I seemed to get into an infinite loop:

INFO] Reloading plugin container for:
com.sun.enterprise:hk2-maven-plugin. The plugin artifact has changed.
[INFO] Reloading plugin container for:
com.sun.enterprise:hk2-maven-plugin. The plugin artifact has changed.
[INFO] Reloading plugin container for:
com.sun.enterprise:hk2-maven-plugin. The plugin artifact has changed.
[INFO] Reloading plugin container for:
com.sun.enterprise:hk2-maven-plugin. The plugin artifact has changed.
[INFO] Reloading plugin container for:
com.sun.enterprise:hk2-maven-plugin. The plugin artifact has changed.
[INFO] Reloading plugin container for:
com.sun.enterprise:hk2-maven-plugin. The plugin artifact has changed.
[INFO] Reloading plugin container for:
com.sun.enterprise:hk2-maven-plugin. The plugin artifact has changed.
[INFO] Reloading plugin container for:
com.sun.enterprise:hk2-maven-plugin. The plugin artifact has changed.
...

Anyone else ran into the same problem?

-Kin-man