为了账号安全,请及时绑定邮箱和手机立即绑定

pom.xml配置文件

老师,那个pom.xml配置文件能不能发一下给我,谢谢

正在回答

1 回答

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>

  <groupId>com.sfa.test</groupId>

  <artifactId>maven-01</artifactId>

  <version>0.0.1-SNAPSHOT</version>

  <build>

    <plugins>

      <plugin>

        <artifactId>maven-compiler-plugin</artifactId>

        <configuration>

          <source>1.6</source>

          <target>1.6</target>

        </configuration>

      </plugin>

    </plugins>

  </build>

</project>


0 回复 有任何疑惑可以回复我~
#1

hello_chen 提问者

非常感谢!
2016-01-21 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

pom.xml配置文件

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信