File: pom.xml

package info (click to toggle)
libjaudiotagger-java 2.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 5,392 kB
  • sloc: java: 62,686; xml: 403; makefile: 4
file content (199 lines) | stat: -rw-r--r-- 7,538 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<?xml version="1.0" encoding="UTF-8"?>
<!--
/******************************************************************************
 *                                                                            *
 * Jaudiotagger is free software; you can redistribute it and/or modify       *
 * it under the terms of the GNU Lesser General Public License as published   *
 * by the Free Software Foundation; either version 2.1 of the License, or     *
 * (at your option) any later version.                                        *
 *                                                                            *
 * This program is distributed in the hope that it will be useful,            *
 * but WITHOUT ANY WARRANTY; without even the implied warranty of             *
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              *
 * GNU General Public License for more details.                               *
 *                                                                            *
 * You should have received a copy of the GNU General Public License          *
 * along with this program; if not, write to the Free Software                *
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA   *
 *                                                                            *
 ******************************************************************************/
/* $Id: pom.xml 929 2010-11-17 12:36:46Z paultaylor $ */
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org</groupId>
   <artifactId>jaudiotagger</artifactId>
   <version>2.0.3</version>
   <packaging>jar</packaging>
   <name>jaudiotagger</name>
   <description>
    The aim of this project is to provide a world class Java library
    for editing tag information in audio files.
    Most existing solutions are not java based inhibiting the use of
    java applications with digital files.
   </description>
    <repositories>
    <repository>
      <id>maven2-repository.dev.java.net</id>
      <name>Java.net Repository for Maven</name>
      <url>http://download.java.net/maven/2/</url>
    </repository>
  </repositories>
   <url>https://jaudiotagger.dev.java.net/</url>
   <inceptionYear>2005</inceptionYear>
   <scm>
      <connection>scm:svn:https://jaudiotagger.dev.java.net/svn/jaudiotagger/trunk</connection>
      <url>https://jaudiotagger.dev.java.net/svn/jaudiotagger/trunk</url>
   </scm>
   <issueManagement>
      <url>https://jaudiotagger.dev.java.net/issues</url>
   </issueManagement>
   <organization>
      <name>java.net</name>
      <url>http://www.java.net/</url>
   </organization>
   <mailingLists>
      <mailingList>
         <name>Development mailing list</name>
         <post>dev@jaudiotagger.dev.java.net</post>
         <archive>https://jaudiotagger.dev.java.net/servlets/SummarizeList?listName=dev</archive>
      </mailingList>
      <mailingList>
         <name>Issues mailing list</name>
         <post>issues@jaudiotagger.dev.java.net</post>
         <archive>https://jaudiotagger.dev.java.net/servlets/SummarizeList?listName=issues</archive>
      </mailingList>
   </mailingLists>
   <developers>
      <developer>
         <id>paultaylor</id>
         <name>Paul Taylor</name>
         <email>paultaylor@dev.java.net</email>
         <organization>jthink</organization>
         <organizationUrl>http://www.jthink.net/jaudiotagger</organizationUrl>
         <roles>
            <role>Project Manager</role>
            <role>Java Developer</role>
         </roles>
         <timezone/>
         <properties/>
      </developer>
   </developers>
   <licenses>
      <license>
         <name>LGPL</name>
         <url>http://www.gnu.org/copyleft/lesser.html</url>
      </license>
   </licenses>
   <dependencies>
      <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>3.8.1</version>
         <scope>test</scope>
      </dependency>
   </dependencies>
   <distributionManagement>
    <site>
      <id>jthink</id>
      <url>scp://www.jthink.net//home/jthink/jakarta-tomcat/webapps/jaudiotagger/maven</url>
    </site>
    <repository>
      <uniqueVersion>false</uniqueVersion>
      <id>java.net-maven2-repository</id>
      <url>java-net:/maven2-repository/trunk/repository/</url>
    </repository>
  </distributionManagement>
   <build>
      <extensions>
         <extension>
            <groupId>org.jvnet.wagon-svn</groupId>
            <artifactId>wagon-svn</artifactId>
            <version>1.8</version>
         </extension>
      </extensions>
      <plugins>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
               <encoding>UTF-8</encoding>
               <source>1.5</source>
               <target>1.5</target>
            </configuration>
         </plugin>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
            <configuration>
              <argLine>-Dfile.encoding=UTF-8</argLine>
            </configuration>        
         </plugin>

         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
           <executions>
             <execution>
             <id>attach-sources</id>
             <goals>
               <goal>jar</goal>
             </goals>
             </execution>
           </executions>
         </plugin>              
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <executions>
             <execution>
             <id>attach-javadocs</id>
             <goals>
                <goal>jar</goal>
             </goals>
             </execution>
           </executions>
         </plugin>
      </plugins>
      <sourceDirectory>src</sourceDirectory>
      <testSourceDirectory>srctest</testSourceDirectory>
   </build>
   <reporting>
      <plugins>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-javadoc-plugin</artifactId>
            <version>2.6.1</version>
            <configuration>
               <show>private</show>
               <use>false</use>
            </configuration>
         </plugin>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-project-info-reports-plugin</artifactId>
         </plugin>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-report-plugin</artifactId>
         </plugin>                  
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>cobertura-maven-plugin</artifactId>
           <configuration>
             <formats>
               <format>html</format>
               <format>xml</format>
             </formats>
          </configuration>
         </plugin>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-pmd-plugin</artifactId>
            <configuration>
              <targetJdk>1.5</targetJdk>
            </configuration>
         </plugin>
      </plugins>
   </reporting>
</project>