~ubuntu-branches/ubuntu/quantal/maven-invoker-plugin/quantal

« back to all changes in this revision

Viewing changes to src/it/invocation-multiple/src/it/project/invoker.properties

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2011-09-06 20:06:24 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110906200624-n9hj2b0m9bx0pwtd
Tags: 1.5-2
* Team upload.
* Add Build-Depends on libmaven-plugin-tools-java (>= 2.8) (Closes: #640751)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#######################################
4
4
invoker.goals = install
5
5
invoker.profiles = plugin,profile0
6
 
invoker.mavenOpts = -Dfile.encoding=UTF-8
 
6
invoker.systemPropertiesFile = system1.properties
7
7
 
8
8
#######################################
9
9
# First build
10
10
#######################################
 
11
# goals should fall back to invoker.goals
11
12
invoker.profiles.1 = 
12
13
 
13
14
#######################################
15
16
#######################################
16
17
invoker.goals.2 = test:test-maven-plugin:0.1-SNAPSHOT:test
17
18
invoker.profiles.2 = plugin,profile1
18
 
# maven opts should fall back to invoker.mavenOpts
 
19
# system properties file should fall back to invoker.systemPropertiesFile
19
20
 
20
21
#######################################
21
22
# Third build
22
23
#######################################
23
24
invoker.goals.3 = test:test-maven-plugin:0.1-SNAPSHOT:test
24
25
# profiles should fall back to invoker.profiles
25
 
invoker.mavenOpts.3 = -Dfile.encoding=ISO-8859-1
 
26
invoker.systemPropertiesFile.3 = system2.properties