首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

Profile中容许出现的元素

2012-07-16 
Profile中允许出现的元素projectprofilesprofilebuilddefaultGoal.../defaultGoalfinalName

Profile中允许出现的元素

<project>  <profiles>    <profile>      <build>        <defaultGoal>...</defaultGoal>        <finalName>...</finalName>        <resources>...</resources>        <testResources>...</testResources>        <plugins>...</plugins>      </build>      <reporting>...</reporting>      <modules>...</modules>      <dependencies>...</dependencies>      <dependencyManagement>...</dependencyManagement>      <distributionManagement>...</distributionManagement>      <repositories>...</repositories>      <pluginRepositories>...</pluginRepositories>      <properties>...</properties>    </profile>  </profiles></project>

热点排行