• pom.xml


    1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    3. <parent>
    4. <artifactId />
    5. <groupId />
    6. <version />
    7. <relativePath />
    8. parent>
    9. <modelVersion>4.0.0modelVersion>
    10. <groupId>asia.banseongroupId>
    11. <artifactId>banseon-maven2artifactId>
    12. <packaging>jarpackaging>
    13. <version>1.0-SNAPSHOTversion>
    14. <name>banseon-mavenname>
    15. <url>http://www.baidu.com/banseonurl>
    16. <description>A maven project to study maven.description>
    17. <prerequisites>
    18. <maven />
    19. prerequisites>
    20. <issueManagement>
    21. <system>jirasystem>
    22. <url>http://jira.xxxx.com/xxxxurl>
    23. issueManagement>
    24. <ciManagement>
    25. <system />
    26. <url />
    27. <notifiers>
    28. <notifier>
    29. <type />
    30. <sendOnError />
    31. <sendOnFailure />
    32. <sendOnSuccess />
    33. <sendOnWarning />
    34. <address />
    35. <configuration />
    36. notifier>
    37. notifiers>
    38. ciManagement>
    39. <inceptionYear />
    40. <mailingLists>
    41. <mailingList>
    42. <name>Demoname>
    43. <post>Demo@126.compost>
    44. <subscribe>Demo@126.comsubscribe>
    45. <unsubscribe>Demo@126.comunsubscribe>
    46. <archive>http://localhost:8080/demo/dev/archive>
    47. mailingList>
    48. mailingLists>
    49. <developers>
    50. <developer>
    51. <id>HELLO WORLDid>
    52. <name>younamename>
    53. <email>youname@qq.comemail>
    54. <url />
    55. <roles>
    56. <role>Project Managerrole>
    57. <role>Architectrole>
    58. roles>
    59. <organization>demoorganization>
    60. <organizationUrl>http://www.xxx.com/organizationUrl>
    61. <properties>
    62. <dept>Nodept>
    63. properties>
    64. <timezone>+8timezone>
    65. developer>
    66. developers>
    67. <contributors>
    68. <contributor>
    69. <name />
    70. <email />
    71. <url />
    72. <organization />
    73. <organizationUrl />
    74. <roles />
    75. <timezone />
    76. <properties />
    77. contributor>
    78. contributors>
    79. <licenses>
    80. <license>
    81. <name>Apache 2name>
    82. <url>http://www.xxxx.com/LICENSE-2.0.txturl>
    83. <distribution>repodistribution>
    84. <comments>A business-friendly OSS licensecomments>
    85. license>
    86. licenses>
    87. <scm>
    88. <connection>
    89. scm:svn:http://svn.xxxx.com/maven/xxxxx-maven2-trunk(dao-trunk)
    90. connection>
    91. <developerConnection>
    92. scm:svn:http://svn.xxxx.com/maven/dao-trunk
    93. developerConnection>
    94. <tag />
    95. <url>http://svn.xxxxx.com/url>
    96. scm>
    97. <organization>
    98. <name>demoname>
    99. <url>http://www.xxxxxx.com/url>
    100. organization>
    101. <build>
    102. <sourceDirectory />
    103. <scriptSourceDirectory />
    104. <testSourceDirectory />
    105. <outputDirectory />
    106. <testOutputDirectory />
    107. <extensions>
    108. <extension>
    109. <groupId />
    110. <artifactId />
    111. <version />
    112. extension>
    113. extensions>
    114. <defaultGoal />
    115. <resources>
    116. <resource>
    117. <targetPath />
    118. <filtering />
    119. <directory />
    120. <includes />
    121. <excludes />
    122. resource>
    123. resources>
    124. <testResources>
    125. <testResource>
    126. <targetPath />
    127. <filtering />
    128. <directory />
    129. <includes />
    130. <excludes />
    131. testResource>
    132. testResources>
    133. <directory />
    134. <finalName />
    135. <filters />
    136. <pluginManagement>
    137. <plugins>
    138. <plugin>
    139. <groupId />
    140. <artifactId />
    141. <version />
    142. <extensions />
    143. <executions>
    144. <execution>
    145. <id />
    146. <phase />
    147. <goals />
    148. <inherited />
    149. <configuration />
    150. execution>
    151. executions>
    152. <dependencies>
    153. <dependency>......dependency>
    154. dependencies>
    155. <inherited />
    156. <configuration />
    157. plugin>
    158. plugins>
    159. pluginManagement>
    160. <plugins>
    161. <plugin>
    162. <groupId />
    163. <artifactId />
    164. <version />
    165. <extensions />
    166. <executions>
    167. <execution>
    168. <id />
    169. <phase />
    170. <goals />
    171. <inherited />
    172. <configuration />
    173. execution>
    174. executions>
    175. <dependencies>
    176. <dependency>......dependency>
    177. dependencies>
    178. <goals />
    179. <inherited />
    180. <configuration />
    181. plugin>
    182. plugins>
    183. build>
    184. <profiles>
    185. <profile>
    186. <id />
    187. <activation>
    188. <activeByDefault />
    189. <jdk />
    190. <os>
    191. <name>Windows XPname>
    192. <family>Windowsfamily>
    193. <arch>x64arch>
    194. <version>6.1.7100version>
    195. os>
    196. <property>
    197. <name>mavenVersionname>
    198. <value>2.0.3value>
    199. property>
    200. <file>
    201. <exists>/usr/local/xxxx/xxxx-home/tomcat/maven-guide-zh-to-production/workspace/
    202. exists>
    203. <missing>/usr/local/xxxx/xxxx-home/tomcat/maven-guide-zh-to-production/workspace/
    204. missing>
    205. file>
    206. activation>
    207. <build>
    208. <defaultGoal />
    209. <resources>
    210. <resource>
    211. <targetPath />
    212. <filtering />
    213. <directory />
    214. <includes />
    215. <excludes />
    216. resource>
    217. resources>
    218. <testResources>
    219. <testResource>
    220. <targetPath />
    221. <filtering />
    222. <directory />
    223. <includes />
    224. <excludes />
    225. testResource>
    226. testResources>
    227. <directory />
    228. <finalName />
    229. <filters />
    230. <pluginManagement>
    231. <plugins>
    232. <plugin>
    233. <groupId />
    234. <artifactId />
    235. <version />
    236. <extensions />
    237. <executions>
    238. <execution>
    239. <id />
    240. <phase />
    241. <goals />
    242. <inherited />
    243. <configuration />
    244. execution>
    245. executions>
    246. <dependencies>
    247. <dependency>......dependency>
    248. dependencies>
    249. <goals />
    250. <inherited />
    251. <configuration />
    252. plugin>
    253. plugins>
    254. pluginManagement>
    255. <plugins>
    256. <plugin>
    257. <groupId />
    258. <artifactId />
    259. <version />
    260. <extensions />
    261. <executions>
    262. <execution>
    263. <id />
    264. <phase />
    265. <goals />
    266. <inherited />
    267. <configuration />
    268. execution>
    269. executions>
    270. <dependencies>
    271. <dependency>......dependency>
    272. dependencies>
    273. <goals />
    274. <inherited />
    275. <configuration />
    276. plugin>
    277. plugins>
    278. build>
    279. <modules />
    280. <repositories>
    281. <repository>
    282. <releases>
    283. <enabled />
    284. <updatePolicy />
    285. <checksumPolicy />
    286. releases>
    287. <snapshots>
    288. <enabled />
    289. <updatePolicy />
    290. <checksumPolicy />
    291. snapshots>
    292. <id />
    293. <name />
    294. <url />
    295. <layout />
    296. repository>
    297. repositories>
    298. <pluginRepositories>
    299. <pluginRepository>
    300. <releases>
    301. <enabled />
    302. <updatePolicy />
    303. <checksumPolicy />
    304. releases>
    305. <snapshots>
    306. <enabled />
    307. <updatePolicy />
    308. <checksumPolicy />
    309. snapshots>
    310. <id />
    311. <name />
    312. <url />
    313. <layout />
    314. pluginRepository>
    315. pluginRepositories>
    316. <dependencies>
    317. <dependency>......dependency>
    318. dependencies>
    319. <reports />
    320. <reporting>......reporting>
    321. <dependencyManagement>
    322. <dependencies>
    323. <dependency>......dependency>
    324. dependencies>
    325. dependencyManagement>
    326. <distributionManagement>......distributionManagement>
    327. <properties />
    328. profile>
    329. profiles>
    330. <modules />
    331. <repositories>
    332. <repository>
    333. <releases>
    334. <enabled />
    335. <updatePolicy />
    336. <checksumPolicy />
    337. releases>
    338. <snapshots>
    339. <enabled />
    340. <updatePolicy />
    341. <checksumPolicy />
    342. snapshots>
    343. <id>banseon-repository-proxyid>
    344. <name>banseon-repository-proxyname>
    345. <url>http://10.10.10.123:8080/repository/url>
    346. <layout>defaultlayout>
    347. repository>
    348. repositories>
    349. <pluginRepositories>
    350. <pluginRepository>......pluginRepository>
    351. pluginRepositories>
    352. <dependencies>
    353. <dependency>
    354. <groupId>org.apache.mavengroupId>
    355. <artifactId>maven-artifactartifactId>
    356. <version>3.8.1version>
    357. <type>jartype>
    358. <classifier>classifier>
    359. <scope>testscope>
    360. <systemPath>systemPath>
    361. <exclusions>
    362. <exclusion>
    363. <artifactId>spring-coreartifactId>
    364. <groupId>org.springframeworkgroupId>
    365. exclusion>
    366. exclusions>
    367. <optional>trueoptional>
    368. dependency>
    369. dependencies>
    370. <reports>reports>
    371. <reporting>
    372. <excludeDefaults />
    373. <outputDirectory />
    374. <plugins>
    375. <plugin>
    376. <groupId />
    377. <artifactId />
    378. <version />
    379. <inherited />
    380. <configuration />
    381. <reportSets>
    382. <reportSet>
    383. <id />
    384. <configuration />
    385. <inherited />
    386. <reports />
    387. reportSet>
    388. reportSets>
    389. plugin>
    390. plugins>
    391. reporting>
    392. <dependencyManagement>
    393. <dependencies>
    394. <dependency>......dependency>
    395. dependencies>
    396. dependencyManagement>
    397. <distributionManagement>
    398. <repository>
    399. <uniqueVersion />
    400. <id>xxx-maven2id>
    401. <name>xxx maven2name>
    402. <url>file://${basedir}/target/deployurl>
    403. <layout />
    404. repository>
    405. <snapshotRepository>
    406. <uniqueVersion />
    407. <id>xxx-maven2id>
    408. <name>xxx-maven2 Snapshot Repositoryname>
    409. <url>scp://svn.xxxx.com/xxx:/usr/local/maven-snapshoturl>
    410. <layout />
    411. snapshotRepository>
    412. <site>
    413. <id>banseon-siteid>
    414. <name>business api websitename>
    415. <url>
    416. scp://svn.baidu.com/xxx:/var/www/localhost/web
    417. url>
    418. site>
    419. <downloadUrl />
    420. <relocation>
    421. <groupId />
    422. <artifactId />
    423. <version />
    424. <message />
    425. relocation>
    426. <status />
    427. distributionManagement>
    428. <properties />
    429. project>

  • 相关阅读:
    肉豆蔻酰五肽-8/Myristoyl Pentapeptide-8/sympeptide222
    tc260大数据安全标准化工作研究成果 学习笔记
    40. 组合总和 II
    gpt4与gpt4o对比
    2023-09-07工作心得:String 和 LocalDate 的比较
    自学软件测试不知道该如何学起,【软件测试技能图谱|自学测试路线图】
    ASO优化:教你学会如何选词,技巧有哪些?
    【强化学习论文合集 | 2019年合集】一. ICML-2019 强化学习论文
    LeetCode地平线专场——第308场周赛题解
    动态网页制作技术
  • 原文地址:https://blog.csdn.net/qq_33642970/article/details/134535673