[AAF-23] Initial code import
[aaf/inno.git] / log4j / pom.xml
1 <!--\r
2   ============LICENSE_START====================================================\r
3   * org.onap.aai\r
4   * ===========================================================================\r
5   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
6   * Copyright © 2017 Amdocs\r
7   * ===========================================================================\r
8   * Licensed under the Apache License, Version 2.0 (the "License");\r
9   * you may not use this file except in compliance with the License.\r
10   * You may obtain a copy of the License at\r
11   * \r
12    *      http://www.apache.org/licenses/LICENSE-2.0\r
13   * \r
14    * Unless required by applicable law or agreed to in writing, software\r
15   * distributed under the License is distributed on an "AS IS" BASIS,\r
16   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
17   * See the License for the specific language governing permissions and\r
18   * limitations under the License.\r
19   * ============LICENSE_END====================================================\r
20   *\r
21   * ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
22   *\r
23 -->\r
24 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
25         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
26 <parent>\r
27                 <groupId>com.att.inno</groupId>\r
28                 <artifactId>parent</artifactId>\r
29                 <version>1.2.13</version>\r
30                 <relativePath>..</relativePath>\r
31         </parent>\r
32         \r
33         <name>Log4J Elements</name>\r
34         <artifactId>log4j</artifactId>\r
35         <packaging>jar</packaging>\r
36         <modelVersion>4.0.0</modelVersion>\r
37         <url>https://github.com/att/AAF</url>\r
38         <description>INNO</description>\r
39         <licenses>\r
40                 <license>\r
41                 <name>BSD License</name>\r
42                 <url> </url>\r
43                 </license>\r
44         </licenses>\r
45 \r
46         <developers>\r
47                 <developer>\r
48                 <name>Jonathan Gathman</name>\r
49                 <email></email>\r
50         <organization>ATT</organization>\r
51         <organizationUrl></organizationUrl>\r
52                 </developer>\r
53         </developers>\r
54 \r
55         <dependencies>\r
56                 <dependency>\r
57                         <groupId>com.att.inno</groupId>\r
58                         <artifactId>env</artifactId>\r
59                         <version>${project.version}</version>\r
60                 </dependency>\r
61                 \r
62                 <dependency>\r
63                         <groupId>net.java.dev.jna</groupId>\r
64                         <artifactId>jna-platform</artifactId>\r
65                         <version>4.0.0</version>\r
66                 </dependency>\r
67         \r
68         </dependencies>\r
69         \r
70         <distributionManagement>\r
71                 <snapshotRepository>\r
72                         <id>ossrhdme</id>\r
73                         <url>https://oss.sonatype.org/content/repositories/snapshots</url>\r
74                 </snapshotRepository>\r
75                 <repository>\r
76                         <id>ossrhdme</id>\r
77                         <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>\r
78                 </repository>\r
79         </distributionManagement>\r
80         \r
81         <scm>\r
82                 <connection>https://github.com/att/AAF.git</connection>\r
83                 <developerConnection>${project.scm.connection}</developerConnection>\r
84                 <url>http://github.com/att/AAF/tree/master</url>\r
85         </scm>\r
86 \r
87         <build>\r
88                 <plugins>\r
89                         <plugin>\r
90                                 <groupId>org.apache.maven.plugins</groupId>\r
91                                 <artifactId>maven-deploy-plugin</artifactId>\r
92                                 <version>2.6</version>\r
93                                 <configuration>\r
94                                         <skip>false</skip>\r
95                                 </configuration>\r
96                         </plugin>\r
97                         \r
98                         <plugin>\r
99                         <groupId>org.apache.maven.plugins</groupId>\r
100                         <artifactId>maven-javadoc-plugin</artifactId>\r
101                         <configuration>\r
102                         <failOnError>false</failOnError>\r
103                         </configuration>\r
104                         <executions>\r
105                                 <execution>\r
106                                         <id>attach-javadocs</id>\r
107                                         <goals>\r
108                                                 <goal>jar</goal>\r
109                                         </goals>\r
110                                 </execution>\r
111                         </executions>\r
112                 </plugin> \r
113            \r
114            \r
115                <plugin>\r
116                       <groupId>org.apache.maven.plugins</groupId>\r
117                       <artifactId>maven-source-plugin</artifactId>\r
118                       <version>2.2.1</version>\r
119                       <executions>\r
120                         <execution>\r
121                           <id>attach-sources</id>\r
122                           <goals>\r
123                             <goal>jar-no-fork</goal>\r
124                           </goals>\r
125                         </execution>\r
126                       </executions>\r
127                     </plugin>\r
128 \r
129                         <plugin>\r
130                                 <groupId>org.sonatype.plugins</groupId>\r
131                                 <artifactId>nexus-staging-maven-plugin</artifactId>\r
132                                 <version>1.6.7</version>\r
133                                 <extensions>true</extensions>\r
134                                 <configuration>\r
135                                 <serverId>ossrhdme</serverId>\r
136                                 <nexusUrl>https://oss.sonatype.org/</nexusUrl>\r
137                                 <autoReleaseAfterClose>true</autoReleaseAfterClose>\r
138                                 </configuration>\r
139                         </plugin>\r
140                 </plugins>\r
141         </build>\r
142         \r
143 </project>\r