生活随笔
收集整理的這篇文章主要介紹了
为 pom.xml 添加组织,法律和开发人员信息
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
轉載請聲明出處:http://blog.csdn.net/luhuajcdd/article/details/7966489
為?pom.xml?添加組織,法律和開發人員信息:?
Xml代碼
<?xml?version="1.0"?>?? <project?xsi:schemaLocation="http://maven.apache.org/POM/4.0.0?http://maven.apache.org/xsd/maven-4.0.0.xsd"?xmlns="http://maven.apache.org/POM/4.0.0"?? ????xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">?? ??<modelVersion>4.0.0</modelVersion>?? ???? .....?? ?? ??<licenses>?? ????<license>?? ????????<name>Apache?2</name>?? ????????<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>?? ????????<distribution>repo</distribution>?? ????????<comments>A?business-friendly?OSS?license</comments>?? ????</license>?? ??</licenses>?? ??<organization>?? ????<name></name>?? ????<url></url>?? ??</organization>?? ??<developers>?? ????<developer>?? ????????<id>daniel</id>?? ????????<name>luhua</name>?? ????????<email>luhuazhuce@163.com</email>?? ????????<url>http://blog.csdn.net/luhuajcdd/article/list</url>?? ????????<organization></organization>?? ????????<organizationUrl></organizationUrl>?? ????????<roles>?? ????????????<role>developer</role>?? ????????</roles>?? ????????<timezone>-6</timezone>?? ????</developer>?? ????</developers>?? ?? ??<properties>?? ????<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>?? ??</properties>?? ??<dependencies>?? ????<dependency>?? ??????<groupId>junit</groupId>?? ??????<artifactId>junit</artifactId>?? ??????<version>3.8.1</version>?? ??????<scope>test</scope>?? ????</dependency>?? ??</dependencies>?? </project>?? “為 pom.xml 添加組織,法律和開發人員信息” 中的省略號是為了使代碼清
單變得簡短。
轉載于:https://www.cnblogs.com/java20130722/archive/2012/09/11/3207318.html
總結
以上是生活随笔為你收集整理的为 pom.xml 添加组织,法律和开发人员信息的全部內容,希望文章能夠幫你解決所遇到的問題。
如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。