~ubuntu-branches/ubuntu/utopic/libjaudiotagger-java/utopic-proposed

« back to all changes in this revision

Viewing changes to pom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath, Damien Raude-Morvan, Varun Hiremath
  • Date: 2009-04-01 19:17:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090401191756-bygniim270guy7o1
Tags: 1.0.9-1
[ Damien Raude-Morvan ]
* New upstream release
* debian/watch: Use java.net repository (which contains new releases!)
* debian/control:
  - Build-Depends on default-jdk-builddep
  - Bump Standards-Version to 3.8.1 (no changes needed)
  - Change section to "java"
* debian/rules: use default-java as JAVA_HOME
* debina/orig-tar.{sh|excludes}: strip audio and others binary files from ZIP
* debian/build.xml:
  - compile with "nowarn" to keep build log readable
  - exclude LogFormatter from build (use com.sun classes)
* debian/ant.properties: new source directory is "src" in orig.tar.gz
* Add myself as Uploaders

[ Varun Hiremath ]
* Accept changes made by Damien Raude-Morvan (Closes: #522130)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
/******************************************************************************
 
4
 *                                                                            *
 
5
 * Jaudiotagger is free software; you can redistribute it and/or modify       *
 
6
 * it under the terms of the GNU Lesser General Public License as published   *
 
7
 * by the Free Software Foundation; either version 2.1 of the License, or     *
 
8
 * (at your option) any later version.                                        *
 
9
 *                                                                            *
 
10
 * This program is distributed in the hope that it will be useful,            *
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of             *
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              *
 
13
 * GNU General Public License for more details.                               *
 
14
 *                                                                            *
 
15
 * You should have received a copy of the GNU General Public License          *
 
16
 * along with this program; if not, write to the Free Software                *
 
17
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA   *
 
18
 *                                                                            *
 
19
 ******************************************************************************/
 
20
/* $Id: pom.xml,v 1.6 2008/01/09 00:18:16 nharward Exp $ */
 
21
-->
 
22
<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">
 
23
   <modelVersion>4.0.0</modelVersion>
 
24
   <groupId>org.jaudiotagger</groupId>
 
25
   <artifactId>jaudiotagger</artifactId>
 
26
   <version>1.0.8.1</version>
 
27
   <packaging>jar</packaging>
 
28
   <name>jaudiotagger</name>
 
29
   <description>
 
30
    The aim of this project is to provide a world class Java library
 
31
    for editing tag information in audio files.
 
32
    Most existing solutions are not java based inhibiting the use of
 
33
    java applications with digital files.
 
34
   </description>
 
35
   <url>https://jaudiotagger.dev.java.net/</url>
 
36
   <inceptionYear>2005</inceptionYear>
 
37
   <scm>
 
38
      <connection>scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:jaudiotagger</connection>
 
39
   </scm>
 
40
   <issueManagement>
 
41
      <url>https://jaudiotagger.dev.java.net/issues</url>
 
42
   </issueManagement>
 
43
   <organization>
 
44
      <name>java.net</name>
 
45
      <url>http://www.java.net/</url>
 
46
   </organization>
 
47
   <mailingLists>
 
48
      <mailingList>
 
49
         <name>Development mailing list</name>
 
50
         <post>dev@jaudiotagger.dev.java.net</post>
 
51
         <archive>https://jaudiotagger.dev.java.net/servlets/SummarizeList?listName=dev</archive>
 
52
      </mailingList>
 
53
      <mailingList>
 
54
         <name>CVS mailing list</name>
 
55
         <post>cvs@jaudiotagger.dev.java.net</post>
 
56
         <archive>https://jaudiotagger.dev.java.net/servlets/SummarizeList?listName=cvs</archive>
 
57
      </mailingList>
 
58
      <mailingList>
 
59
         <name>Issues mailing list</name>
 
60
         <post>issues@jaudiotagger.dev.java.net</post>
 
61
         <archive>https://jaudiotagger.dev.java.net/servlets/SummarizeList?listName=issues</archive>
 
62
      </mailingList>
 
63
   </mailingLists>
 
64
   <developers>
 
65
      <developer>
 
66
         <id>paultaylor</id>
 
67
         <name>Paul Taylor</name>
 
68
         <email>paultaylor@dev.java.net</email>
 
69
         <organization>java.net</organization>
 
70
         <organizationUrl>http://www.java.net/</organizationUrl>
 
71
         <roles>
 
72
            <role>Project Manager</role>
 
73
            <role>Java Developer</role>
 
74
         </roles>
 
75
         <timezone/>
 
76
         <properties/>
 
77
      </developer>
 
78
      <developer>
 
79
         <id>mgimpel</id> 
 
80
         <name>Marc Gimpel</name> 
 
81
         <email>mgimpel@horizonwimba.com</email> 
 
82
         <organization>Horizon Wimba</organization> 
 
83
         <organizationUrl>http://www.horizonwimba.com/</organizationUrl> 
 
84
         <roles>
 
85
            <role>Java Developer</role> 
 
86
         </roles>
 
87
         <timezone>+1</timezone> 
 
88
         <properties/> 
 
89
      </developer>
 
90
       <developer>
 
91
           <id>nharward</id>
 
92
           <name>Nathaniel Harward</name>
 
93
           <email>nharward@dev.java.net</email>
 
94
           <url>http://www.harward.us/~nharward/</url>
 
95
           <roles>
 
96
               <role>Java Developer</role>
 
97
           </roles>
 
98
           <timezone>-8</timezone>
 
99
           <properties/>
 
100
       </developer>
 
101
   </developers>
 
102
   <licenses>
 
103
      <license>
 
104
         <name>LGPL</name>
 
105
         <url>http://www.gnu.org/copyleft/lesser.html</url>
 
106
      </license>
 
107
   </licenses>
 
108
   <dependencies>
 
109
      <dependency>
 
110
         <groupId>junit</groupId>
 
111
         <artifactId>junit</artifactId>
 
112
         <version>3.8.1</version>
 
113
         <scope>test</scope>
 
114
      </dependency>
 
115
   </dependencies>
 
116
   <build>
 
117
      <plugins>
 
118
         <plugin>
 
119
            <groupId>org.apache.maven.plugins</groupId>
 
120
            <artifactId>maven-compiler-plugin</artifactId>
 
121
            <configuration>
 
122
               <source>1.5</source>
 
123
               <target>1.5</target>
 
124
            </configuration>
 
125
         </plugin>
 
126
      </plugins>
 
127
      <sourceDirectory>src</sourceDirectory>
 
128
      <testSourceDirectory>srctest</testSourceDirectory>
 
129
   </build>
 
130
   <reporting>
 
131
      <plugins>
 
132
         <plugin>
 
133
            <groupId>org.apache.maven.plugins</groupId>
 
134
            <artifactId>maven-project-info-reports-plugin</artifactId>
 
135
         </plugin>
 
136
         <plugin>
 
137
            <groupId>org.apache.maven.plugins</groupId>
 
138
            <artifactId>maven-surefire-report-plugin</artifactId>
 
139
         </plugin>
 
140
         <plugin>
 
141
            <groupId>org.apache.maven.plugins</groupId>
 
142
            <artifactId>maven-javadoc-plugin</artifactId>
 
143
            <configuration>
 
144
               <!--<overview>${project.build.sourceDirectory}/overview.html</overview>-->
 
145
               <links>
 
146
                  <link>http://java.sun.com/j2ee/1.4/docs/api</link>
 
147
                  <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
 
148
                  <link>http://www.junit.org/junit/javadoc/</link>
 
149
               </links>
 
150
            </configuration>
 
151
         </plugin>
 
152
         <plugin>
 
153
            <groupId>org.codehaus.mojo</groupId>
 
154
            <artifactId>jxr-maven-plugin</artifactId>
 
155
         </plugin>
 
156
         <plugin>
 
157
            <groupId>org.codehaus.mojo</groupId>
 
158
            <artifactId>changelog-maven-plugin</artifactId>
 
159
         </plugin>
 
160
         <plugin>
 
161
            <groupId>org.apache.maven.plugins</groupId>
 
162
            <artifactId>maven-checkstyle-plugin</artifactId>
 
163
         </plugin>
 
164
         <plugin>
 
165
            <groupId>org.apache.maven.plugins</groupId>
 
166
            <artifactId>maven-pmd-plugin</artifactId>
 
167
         </plugin>
 
168
      </plugins>
 
169
   </reporting>
 
170
</project>
 
 
b'\\ No newline at end of file'