~ubuntu-branches/ubuntu/trusty/build-helper-maven-plugin/trusty-proposed

« back to all changes in this revision

Viewing changes to src/it/reserve-ports/pom.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:
88
88
        </executions>
89
89
      </plugin>
90
90
 
91
 
 
92
 
      <!-- this will fail on windows -->      
93
 
      <plugin>
94
 
        <groupId>org.codehaus.mojo</groupId>
95
 
        <artifactId>selenium-maven-plugin</artifactId>        
96
 
        <executions>
97
 
          <execution>
98
 
            <id>consume-a-reserves-port</id>
99
 
            <phase>test</phase>
100
 
            <goals>
101
 
              <goal>xvfb</goal>
102
 
            </goals>
103
 
            <configuration>
104
 
              <display>:${port1}</display>
105
 
            </configuration>
106
 
          </execution>
107
 
        </executions>
108
 
      </plugin>
109
 
      
110
91
    </plugins>
111
92
    
112
93
    
119
100
     <port3>3</port3>
120
101
  </properties>
121
102
  -->
122
 
  
123
103
</project>