Skip to content

Commit c7ffbad

Browse files
Merge pull request appium#349 from TikhomirovSergey/SrinivasanTarget-master
appium#346 merge
2 parents 27d14c7 + b6e1093 commit c7ffbad

178 files changed

Lines changed: 18996 additions & 9441 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pom.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<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/xsd/maven-4.0.0.xsd">
18+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xmlns="http://maven.apache.org/POM/4.0.0"
20+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1921
<modelVersion>4.0.0</modelVersion>
2022

2123
<groupId>io.appium</groupId>
@@ -80,7 +82,8 @@
8082
<scm>
8183
<url>https://github.com/appium/java-client</url>
8284
<connection>scm:git:ssh://[email protected]/appium/java-client.git</connection>
83-
<developerConnection>scm:git:ssh://[email protected]/appium/java-client.git</developerConnection>
85+
<developerConnection>scm:git:ssh://[email protected]/appium/java-client.git
86+
</developerConnection>
8487
<tag>HEAD</tag>
8588
</scm>
8689

@@ -117,6 +120,19 @@
117120
</resource>
118121
</resources>
119122
<plugins>
123+
<plugin>
124+
<groupId>org.apache.maven.plugins</groupId>
125+
<artifactId>maven-eclipse-plugin</artifactId>
126+
<version>2.10</version>
127+
<configuration>
128+
<downloadSources>true</downloadSources>
129+
<downloadJavadocs>true</downloadJavadocs>
130+
<workspace>${basedir}</workspace>
131+
<workspaceCodeStylesURL>
132+
https://google-styleguide.googlecode.com/svn/trunk/eclipse-java-google-style.xml
133+
</workspaceCodeStylesURL>
134+
</configuration>
135+
</plugin>
120136
<plugin>
121137
<groupId>org.apache.maven.plugins</groupId>
122138
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)