[ 
http://issues.apache.org/jira/browse/GERONIMO-2352?page=comments#action_12431892
 ] 
            
Bill Dudney commented on GERONIMO-2352:
---------------------------------------

Hi Jeff,

Thanks for helping with this.

If I don't have a reference to the plugin in my war's pom.xml file the build 
fails with the lack of jspweb.xml file, if I put in a reference the build 
works, i.e. if I put this;

  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>jspc-maven-plugin</artifactId>
      </plugin>
    </plugins>
  </build>

into the war module's pom file it builds fine, without that it fails. Shouldn't 
this be there by default once the parent reference is in place? 

Thanks again!

> j2ee-builder test deployment modules won't actually deploy
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2352
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2352
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Bill Dudney
>         Assigned To: Jason Dillon
>         Attachments: GERONIMO-2352.bdudney.patch
>
>
> The ear/war/ejb-jar/rar files wont actually deploy to the server.
> I have a partial patch avalible but I'd like to get some discussion going on 
> how to fix some of the problems, that is happening in the dev list.
> I will post the complete patch here when that discussion is wrapped up.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to