4
4
<groupId >de.bitzeche.video.transcoding</groupId >
5
5
<artifactId >zencoder-api</artifactId >
6
6
<version >0.0.1-SNAPSHOT</version >
7
+ <packaging >jar</packaging >
7
8
<name >Zencoder API Client</name >
9
+
10
+ <licenses >
11
+ <license >
12
+ <name >The Apache Software License, Version 2.0</name >
13
+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
14
+ </license >
15
+ </licenses >
16
+ <scm >
17
+ <connection >scm:svn:http://zencoder-java.googlecode.com/svn/trunk</connection >
18
+ <developerConnection >scm:svn:https://zencoder-java.googlecode.com/svn/trunk</developerConnection >
19
+ <url >http://zencoder-java.googlecode.com/svn/trunk</url >
20
+ </scm >
21
+ <organization >
22
+ <name >Bitzeche GmbH</name >
23
+ <url >http://www.bitzeche.de/
24
+ </url >
25
+ </organization >
26
+ <issueManagement >
27
+ <system >Google Code</system >
28
+ <url >http://code.google.com/p/zencoder-java/issues/</url >
29
+ </issueManagement >
30
+ <developers >
31
+ <developer >
32
+ <id >patrice</id >
33
+ <name >Patrice Brend'amour</name >
34
+
35
+ <roles >
36
+ <role >Project Manager</role >
37
+ <role >Developer</role >
38
+ </roles >
39
+ <url >http://www.brendamour.de</url >
40
+ <organization >Bitzeche GmbH</organization >
41
+ <organizationUrl >http://www.bitzeche.de/</organizationUrl >
42
+ <timezone >+1</timezone >
43
+ </developer >
44
+ </developers >
45
+ <reporting >
46
+ <plugins >
47
+ <plugin >
48
+ <artifactId >maven-javadoc-plugin</artifactId >
49
+ <version >2.6.1</version >
50
+ </plugin >
51
+ <plugin >
52
+ <artifactId >maven-surefire-report-plugin</artifactId >
53
+ <version >2.5</version >
54
+ </plugin >
55
+ </plugins >
56
+ </reporting >
57
+ <distributionManagement >
58
+ <repository >
59
+ <id >release</id >
60
+ <url >dav:http://svn.bitzeche.de:9080/archiva/repository/release/</url >
61
+ </repository >
62
+ <snapshotRepository >
63
+ <id >snapshots</id >
64
+ <url >dav:http://svn.bitzeche.de:9080/archiva/repository/snapshots/</url >
65
+ </snapshotRepository >
66
+ </distributionManagement >
8
67
<properties >
9
68
<target .dir>target</target .dir>
10
69
<org .slf4j.version>1.6.1</org .slf4j.version>
49
108
<outputDirectory >${basedir} /${target.dir} /classes</outputDirectory >
50
109
<testOutputDirectory >${basedir} /${target.dir} /test-classes</testOutputDirectory >
51
110
<plugins >
111
+
52
112
<plugin >
53
113
<groupId >org.apache.maven.plugins</groupId >
54
114
<artifactId >maven-compiler-plugin</artifactId >
58
118
</configuration >
59
119
</plugin >
60
120
<plugin >
121
+ <groupId >org.apache.maven.plugins</groupId >
61
122
<artifactId >maven-surefire-plugin</artifactId >
123
+ <version >2.4</version >
124
+ </plugin >
125
+ <plugin >
126
+ <groupId >com.mycila.maven-license-plugin</groupId >
127
+ <artifactId >maven-license-plugin</artifactId >
128
+ <version >1.8.0</version >
62
129
<configuration >
63
- <excludes >
64
- <exclude >**/itest/**</exclude >
65
- </excludes >
66
- <skip >false</skip >
67
- <suiteXmlFiles >
68
- <!-- this file is required during runtime, but any changes to be made
69
- MUST go into { basedir }/src/test/resources/testng.xml -->
70
- <suiteXmlFile >./target/test-classes/testng.xml</suiteXmlFile >
71
- </suiteXmlFiles >
72
- <testFailureIgnore >false</testFailureIgnore >
73
- <trimStackTrace >false</trimStackTrace >
74
- <printSummary >true</printSummary >
75
- <argLine >-Xmx1024M</argLine >
76
- <!-- <reportsDirectory>target/test-reports</reportsDirectory> -->
130
+ <header >header.txt</header >
131
+ <properties >
132
+ <owner >Bitzeche GmbH</owner >
133
+ <year >${project.inceptionYear} </year >
134
+
135
+ </properties >
77
136
</configuration >
137
+ <executions >
138
+ <execution >
139
+ <goals >
140
+ <goal >check</goal >
141
+ </goals >
142
+ </execution >
143
+ </executions >
78
144
</plugin >
145
+
79
146
</plugins >
147
+ <extensions >
148
+ <extension >
149
+ <groupId >org.apache.maven.wagon</groupId >
150
+ <artifactId >wagon-webdav</artifactId >
151
+ <version >1.0-beta-2</version >
152
+ </extension >
153
+ </extensions >
80
154
</build >
81
155
</project >
0 commit comments