Author: nbelaevski
Date: 2009-11-21 21:29:37 -0500 (Sat, 21 Nov 2009)
New Revision: 15957
Modified:
branches/community/3.3.X/framework/impl/pom.xml
Log:
Fixed: pom not installed for jsf2_0 profile
Modified: branches/community/3.3.X/framework/impl/pom.xml
===================================================================
--- branches/community/3.3.X/framework/impl/pom.xml 2009-11-22 02:29:15 UTC (rev 15956)
+++ branches/community/3.3.X/framework/impl/pom.xml 2009-11-22 02:29:37 UTC (rev 15957)
@@ -21,6 +21,11 @@
</resources>
<plugins>
<plugin>
+ <!-- Necessary due to
http://jira.codehaus.org/browse/MINSTALL-41 -->
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.4</version>