[ https://issues.apache.org/jira/browse/JUDDI-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13902786#comment-13902786 ]
Kurt T Stam commented on JUDDI-695: ----------------------------------- --- juddi-gui/pom.xml (revision 1567959) +++ juddi-gui/pom.xml (working copy) @@ -127,8 +127,8 @@ </execution> </executions> <configuration> - <sourceDirectory>${project.build.directory}/juddi-gui</sourceDirectory> - <outputDirectory>${project.build.directory}/juddi-gui-precompiled</outputDirectory> + <sourceDirectory>src/main/webapp</sourceDirectory> + <servletPackage>org.apache.juddi.webconsole.jsp</servletPackage> </configuration> </plugin> Something like the above does the pre-compilation. Personally I just want it so we know things compile. > juddi-gui jsp precompile for deployment > --------------------------------------- > > Key: JUDDI-695 > URL: https://issues.apache.org/jira/browse/JUDDI-695 > Project: jUDDI > Issue Type: Task > Components: juddi-gui > Reporter: Alex O'Ree > Assignee: Kurt T Stam > Priority: Minor > Fix For: 3.2.1 > > -- This message was sent by Atlassian JIRA (v6.1.5#6160)