使用maven自动部署使用maven保存Netbeans entreprise项目

时间:2014-02-11 12:53:53

标签: maven-2 maven-3 netbeans-7 netbeans-plugins jrebel

我有一个NetBeans mavenized项目Contaning:

  1. 网络项目(warenter image description here

  2. ejb项目(jarenter image description here

  3. 父项目enter image description here

  4. maven项目enter image description here

    每次更改后,我必须清理构建maven项目并运行父项目

  5. 如何将我的项目配置为在保存时自动部署?

    配置文件(nb-configuration.xml)如下:

    <?xml version="1.0" encoding="UTF-8"?>
    <project-shared-configuration>
        <!--
    This file contains additional configuration written by modules in the NetBeans IDE.
    The configuration is intended to be shared among all the users of project and
    therefore it is assumed to be part of version control checkout.
    Without this configuration present, some functionality in the IDE may be limited or fail altogether.
    -->
        <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
            <!--
    Properties that influence various parts of the IDE, especially code formatting and the like. 
    You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
    That way multiple projects can share the same settings (useful for formatting rules for example).
    Any value defined here will override the pom.xml file value but is only applicable to the current project.
    -->
            <netbeans.compile.on.save>all</netbeans.compile.on.save>
        </properties>
    </project-shared-configuration>
    

2 个答案:

答案 0 :(得分:9)

右键单击您的项目,然后选择“属性”。现在,单击“运行”选项,在此处选择“部署”。希望它有所帮助。

答案 1 :(得分:-1)

有时,重新启动NetBeans和服务器有助于解决自动保存问题。这真的很奇怪,但就我而言,它有所帮助。