~ubuntu-branches/ubuntu/utopic/build-helper-maven-plugin/utopic

« back to all changes in this revision

Viewing changes to src/it/settings.xml

  • Committer: Package Import Robot
  • Author(s): tony mancill, Emmanuel Bourg, tony mancill
  • Date: 2013-06-01 20:19:34 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130601201934-hzv7zmdcgazfyupp
Tags: 1.7-1
[ Emmanuel Bourg ]
* Team upload.
* New upstream release
* Set the compiler source/target to 1.5
* Updated Standards-Version to 3.9.4 (no changes)
* debian/copyright:
  - Updated the Format URI to 1.0
  - Removed the duplicate Copyright fields

[ tony mancill ]
* debian/control:
  - Add libmaven-invoker-plugin-java to build-depends-indep.
  - Wrap long lines.
  - Update Vcs-Git URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<!--
 
4
Licensed to the Apache Software Foundation (ASF) under one
 
5
or more contributor license agreements.  See the NOTICE file
 
6
distributed with this work for additional information
 
7
regarding copyright ownership.  The ASF licenses this file
 
8
to you under the Apache License, Version 2.0 (the
 
9
"License"); you may not use this file except in compliance
 
10
with the License.  You may obtain a copy of the License at
 
11
 
 
12
  http://www.apache.org/licenses/LICENSE-2.0
 
13
 
 
14
Unless required by applicable law or agreed to in writing,
 
15
software distributed under the License is distributed on an
 
16
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 
17
KIND, either express or implied.  See the License for the
 
18
specific language governing permissions and limitations
 
19
under the License.
 
20
-->
 
21
 
 
22
<settings>
 
23
  <profiles>
 
24
    <profile>
 
25
      <id>it-repo</id>
 
26
      <activation>
 
27
        <activeByDefault>true</activeByDefault>
 
28
      </activation>
 
29
      <repositories>
 
30
        <repository>
 
31
          <id>local.central</id>
 
32
          <url>@localRepositoryUrl@</url>
 
33
          <releases>
 
34
            <enabled>true</enabled>
 
35
          </releases>
 
36
          <snapshots>
 
37
            <enabled>true</enabled>
 
38
          </snapshots>
 
39
        </repository>
 
40
        <repository>
 
41
          <id>codehaus.snapshots</id>
 
42
          <name>Codehaus Snapshot Repository</name>
 
43
          <url>http://snapshots.repository.codehaus.org/</url>
 
44
          <releases>
 
45
            <enabled>false</enabled>
 
46
          </releases>
 
47
          <snapshots>
 
48
            <enabled>true</enabled>
 
49
          </snapshots>
 
50
        </repository>
 
51
      </repositories>
 
52
      <pluginRepositories>
 
53
        <pluginRepository>
 
54
          <id>local.central</id>
 
55
          <url>@localRepositoryUrl@</url>
 
56
          <releases>
 
57
            <enabled>true</enabled>
 
58
          </releases>
 
59
          <snapshots>
 
60
            <enabled>true</enabled>
 
61
          </snapshots>
 
62
        </pluginRepository>
 
63
      </pluginRepositories>
 
64
    </profile>
 
65
  </profiles>
 
66
</settings>