maven 引用自己的jar

<build>
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
                <source>1.6</source>
                <target>1.6</target>
                <encoding>UTF-8</encoding>
                <compilerArguments>
                   <extdirs>src\main\webapp\WEB-INF\lib</extdirs>
              </compilerArguments>
            </configuration>
        </plugin>
        无关配置省略...
    </plugins>
</build>
上一篇:设计模式 ( 十七) 状态模式State(对象行为型)


下一篇:HTML a标签、4个伪类、常用属性(下载)、锚链接(待扩展:邮件、电话、短信、GPS)