maven pom.xml配置详解

阅读更多
0001 <project xmlns="http://maven.apache.org/POM/4.0.0"
0002  
0003 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004  
0005 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
0006  
0007
0008  
0009 <parent>
0010  
0011
0012  
0013 <artifactId />
0014  
0015
0016  
0017 <groupId />
0018  
0019
0020  
0021 <version />
0022  
0023
0024  
0025 <relativePath />
0026  
0027 parent>
0028  
0029
0030  
0031 <modelVersion> 4.0.0 modelVersion>
0032  
0033
0034  
0035 <groupId> asia.banseon groupId>
0036  
0037
0038  
0039 <artifactId> banseon-maven2 artifactId>
0040  
0041
0042  
0043 <packaging> jar packaging>
0044  
0045
0046  
0047 <version> 1.0-SNAPSHOT version>
0048  
0049
0050  
0051 <name> banseon-maven name>
0052  
0053
0054  
0055 <url> http://www.baidu.com/banseon url>
0056  
0057
0058  
0059 <description> A maven project to study maven. description>
0060  
0061
0062  
0063 <prerequisites>
0064  
0065
0066  
0067 <maven />
0068  
0069 prerequisites>
0070  
0071
0072  
0073 <issueManagement>
0074  
0075
0076  
0077 <system> jira system>
0078  
0079
0080  
0081 <url> http://jira.baidu.com/banseon url>
0082  
0083 issueManagement>
0084  
0085
0086  
0087 <ciManagement>
0088  
0089
0090  
0091 <system />
0092  
0093
0094  
0095 <url />
0096  
0097
0098  
0099 <notifiers>
0100  
0101
0102  
0103 <notifier>
0104  
0105
0106  
0107 <type />
0108  
0109
0110  
0111 <sendOnError />
0112  
0113
0114  
0115 <sendOnFailure />
0116  
0117
0118  
0119 <sendOnSuccess />
0120  
0121
0122  
0123 <sendOnWarning />
0124  
0125
0126  
0127 <address />
0128  
0129
0130  
0131 <configuration />
0132  
0133 notifier>
0134  
0135 notifiers>
0136  
0137 ciManagement>
0138  
0139
0140  
0141 <inceptionYear />
0142  
0143
0144  
0145 <mailingLists>
0146  
0147
0148  
0149 <mailingList>
0150  
0151
0152  
0153 <name> Demo name>
0154  
0155
0156  
0157 <post> [email protected] post>
0158  
0159
0160  
0161 <subscribe> [email protected] subscribe>
0162  
0163
0164  
0165 <unsubscribe> [email protected] unsubscribe>
0166  
0167
0168  
0169 <archive> http:/hi.baidu.com/banseon/demo/dev/ archive>
0170  
0171 mailingList>
0172  
0173 mailingLists>
0174  
0175
0176  
0177 <developers>
0178  
0179
0180  
0181 <developer>
0182  
0183
0184  
0185 <id> HELLO WORLD id>
0186  
0187
0188  
0189 <name> banseon name>
0190  
0191
0192  
0193 <email> [email protected] email>
0194  
0195
0196  
0197 <url />
0198  
0199
0200  
0201 <roles>
0202  
0203 <role> Project Manager role>
0204  
0205 <role> Architect role>
0206  
0207 roles>
0208  
0209
0210  
0211 <organization> demo organization>
0212  
0213
0214  
0215 <organizationUrl> http://hi.baidu.com/banseon organizationUrl>
0216  
0217
0218  
0219 <properties>
0220  
0221 <dept> No dept>
0222  
0223 properties>
0224  
0225
0226  
0227 <timezone> -5 timezone>
0228  
0229 developer>
0230  
0231 developers>
0232  
0233
0234  
0235 <contributors>
0236  
0237
0238  
0239 <contributor>
0240  
0241 <name /><email /><url /><organization /><organizationUrl /><roles /><timezone /><properties/>
0242  
0243 contributor>
0244  
0245 contributors>
0246  
0247
0248  
0249 <licenses>
0250  
0251
0252  
0253 <license>
0254  
0255
0256  
0257 <name> Apache 2 name>
0258  
0259
0260  
0261 <url> http://www.baidu.com/banseon/LICENSE-2.0.txt url>
0262  
0263
0268  
0269 <distribution> repo distribution>
0270  
0271
0272  
0273 <comments> A business-friendly OSS license comments>
0274  
0275 license>
0276  
0277 licenses>
0278  
0279
0280  
0281 <scm>
0282  
0283
0284  
0285 <connection>
0286  
0287 scm:svn:http://svn.baidu.com/banseon/maven/banseon/banseon-maven2-trunk(dao-trunk)
0288  
0289 connection>
0290  
0291
0292  
0293 <developerConnection>
0294  
0295 scm:svn:http://svn.baidu.com/banseon/maven/banseon/dao-trunk
0296  
0297 developerConnection>
0298  
0299
0300  
0301 <tag />
0302  
0303
0304  
0305 <url> http://svn.baidu.com/banseon url>
0306  
0307 scm>
0308  
0309
0310  
0311 <organization>
0312  
0313
0314  
0315 <name> demo name>
0316  
0317
0318  
0319 <url> http://www.baidu.com/banseon url>
0320  
0321 organization>
0322  
0323
0324  
0325 <build>
0326  
0327
0328  
0329 <sourceDirectory />
0330  
0331
0332  
0333 <scriptSourceDirectory />
0334  
0335
0336  
0337 <testSourceDirectory />
0338  
0339
0340  
0341 <outputDirectory />
0342  
0343
0344  
0345 <testOutputDirectory />
0346  
0347
0348  
0349 <extensions>
0350  
0351
0352  

你可能感兴趣的:(java,maven,pom)