[ https://issues.jboss.org/browse/RF-13722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984439#comment-12984439 ]
Brian Leathem commented on RF-13722: ------------------------------------ Great, thanks for filing this [~clerum]. Agreed, the rest ofthe CDK docs are in the wiki atm, so a wiki page addresseing CDK 4.3 to 4.5 migrations would be the best place to hang this for now. > Document CDK Maven Changes for 4.5 > ---------------------------------- > > Key: RF-13722 > URL: https://issues.jboss.org/browse/RF-13722 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: cdk > Affects Versions: 4.5.0.Alpha3 > Reporter: Cody Lerum > Fix For: 4.5.0.Beta1 > > > The maven build requires a 2 step process now with a set to precompile before > the cdk runs > {code} > <plugins> > <plugin> > <artifactId>maven-compiler-plugin</artifactId> > <executions> > <execution> > <id>precompile-sources-for-cdk</id> > <phase>generate-sources</phase> > <goals> > <goal>compile</goal> > </goals> > </execution> > </executions> > </plugin> > <plugin> > <groupId>org.richfaces.cdk</groupId> > <artifactId>richfaces-cdk-maven-plugin</artifactId> > <version>${org.richfaces.cdk.version}</version> > <executions> > <execution> > <id>cdk-generate-sources</id> > <phase>process-sources</phase> > <goals> > <goal>generate</goal> > </goals> > </execution> > </executions> > </plugin> > </plugins> > {code} -- This message was sent by Atlassian JIRA (v6.2.6#6264) _______________________________________________ richfaces-issues mailing list richfaces-issues@lists.jboss.org https://lists.jboss.org/mailman/listinfo/richfaces-issues