source: logging/pom.xml@ 1590

Last change on this file since 1590 was 1589, checked in by wouter, 41 hours ago

add sources to distri

File size: 5.5 KB
Line 
1<project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
6 <groupId>tudelft.utilities</groupId>
7 <artifactId>logging</artifactId>
8 <version>1.1.1</version>
9 <packaging>jar</packaging>
10
11
12 <properties>
13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14 <maven.compiler.target>1.8</maven.compiler.target>
15 <maven.compiler.source>1.8</maven.compiler.source>
16 <basedir>.</basedir>
17 <passwd>${env.ARTIFACTORY_PASS}</passwd>
18 </properties>
19
20
21 <dependencies>
22 <dependency>
23 <groupId>junit</groupId>
24 <artifactId>junit</artifactId>
25 <version>4.12</version>
26 <scope>test</scope>
27 </dependency>
28
29 <dependency>
30 <groupId>tudelft.utilities</groupId>
31 <artifactId>junit</artifactId>
32 <version>1.0.6</version>
33 <scope>test</scope>
34 </dependency>
35 </dependencies>
36
37
38
39 <distributionManagement>
40 <repository>
41 <id>artifactory.ewi.tudelft.nl</id>
42 <url>https://artifactory.ewi.tudelft.nl/artifactory/libs-release</url>
43 </repository>
44 </distributionManagement>
45
46
47 <repositories>
48 <repository>
49 <id>artifactory.ewi.tudelft.nl</id>
50 <url>https://artifactory.ewi.tudelft.nl/artifactory/libs-release</url>
51 <snapshots>
52 <enabled>false</enabled>
53 </snapshots>
54 </repository>
55
56 </repositories>
57
58 <pluginRepositories>
59 <pluginRepository>
60 <id>artifactory.ewi.tudelft.nl</id>
61 <name>plugins-release</name>
62 <url>https://artifactory.ewi.tudelft.nl/artifactory/libs-release</url>
63 </pluginRepository>
64 <pluginRepository>
65 <id>central</id>
66 <url>https://repo1.maven.org/</url>
67 </pluginRepository>
68 <pluginRepository>
69 <id>jfrog-plugins-release</id>
70 <name>plugins-release</name>
71 <url>https://oss.jfrog.org/artifactory/plugins-release</url>
72 </pluginRepository>
73 </pluginRepositories>
74
75
76 <build>
77
78 <plugins>
79 <plugin>
80 <groupId>org.apache.maven.plugins</groupId>
81 <artifactId>maven-compiler-plugin</artifactId>
82 <version>3.8.0</version>
83 <configuration>
84 <source>1.8</source>
85 <target>1.8</target>
86 </configuration>
87 </plugin>
88
89
90 <plugin>
91 <groupId>org.apache.maven.plugins</groupId>
92 <artifactId>maven-enforcer-plugin</artifactId>
93 <version>3.0.0-M2</version>
94 <executions>
95 <execution>
96 <id>enforce</id>
97 <configuration>
98 <rules>
99 <dependencyConvergence />
100 </rules>
101 </configuration>
102 <goals>
103 <goal>enforce</goal>
104 </goals>
105 </execution>
106 </executions>
107 </plugin>
108 <plugin>
109 <groupId>org.apache.maven.plugins</groupId>
110 <artifactId>maven-javadoc-plugin</artifactId>
111 <version>2.10.1</version>
112 <executions>
113 <execution>
114 <id>attach-javadocs</id>
115 <goals>
116 <goal>jar</goal>
117 </goals>
118 <configuration>
119 <additionalparam>${javadoc.opts}</additionalparam>
120 <additionalparam>-Xdoclint:none</additionalparam>
121 </configuration>
122 </execution>
123 </executions>
124 </plugin>
125 <plugin>
126 <groupId>org.apache.maven.plugins</groupId>
127 <artifactId>maven-source-plugin</artifactId>
128 <version>3.1.0</version>
129 <executions>
130 <execution>
131 <id>attach-sources</id>
132 <goals>
133 <goal>jar</goal>
134 </goals>
135 </execution>
136 </executions>
137 </plugin>
138
139 <plugin>
140 <groupId>org.jfrog.buildinfo</groupId>
141 <artifactId>artifactory-maven-plugin</artifactId>
142 <version>3.6.1</version>
143 <executions>
144 <execution>
145 <id>build-info</id>
146 <goals>
147 <goal>publish</goal>
148 </goals>
149 <configuration>
150 <publisher>
151 <contextUrl>https://artifactory.ewi.tudelft.nl/artifactory</contextUrl>
152 <repoKey>libs-release</repoKey>
153 <username>wouter</username>
154 <password>${passwd}</password>
155 </publisher>
156 </configuration>
157 </execution>
158 </executions>
159 </plugin>
160
161 <plugin>
162 <groupId>org.apache.maven.plugins</groupId>
163 <artifactId>maven-assembly-plugin</artifactId>
164 <version>2.4.1</version>
165 <configuration>
166 <!-- get all project dependencies -->
167 <descriptorRefs>
168 <descriptorRef>jar-with-dependencies</descriptorRef>
169 </descriptorRefs>
170 <archive>
171 <manifest>
172 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
173 <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
174 </manifest>
175 </archive>
176 </configuration>
177 <executions>
178 <execution>
179 <id>make-assembly</id>
180 <!-- bind to the packaging phase -->
181 <phase>package</phase>
182 <goals>
183 <goal>single</goal>
184 </goals>
185 </execution>
186 </executions>
187 </plugin>
188
189
190 </plugins>
191
192 <pluginManagement>
193 <plugins>
194 <plugin>
195 <groupId>org.eclipse.m2e</groupId>
196 <artifactId>lifecycle-mapping</artifactId>
197 <version>1.0.0</version>
198 <configuration>
199 <lifecycleMappingMetadata>
200 <pluginExecutions>
201 <pluginExecution>
202 <pluginExecutionFilter>
203 <groupId>org.jfrog.buildinfo</groupId>
204 <artifactId>artifactory-maven-plugin</artifactId>
205 <versionRange>[1.0.0,)</versionRange>
206 <goals>
207 <goal>publish</goal>
208 </goals>
209 </pluginExecutionFilter>
210 <action>
211 <ignore />
212 </action>
213 </pluginExecution>
214 </pluginExecutions>
215 </lifecycleMappingMetadata>
216 </configuration>
217 </plugin>
218 </plugins>
219 </pluginManagement>
220
221
222 </build>
223
224</project>
Note: See TracBrowser for help on using the repository browser.