Skip to content

Commit b19e063

Browse files
committed
Updated pom to work from terminal
1 parent e4dde43 commit b19e063

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

java-browserstack/pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,32 @@
6060
</plugin>
6161
</plugins>
6262
</build>
63+
64+
<profiles>
65+
<profile>
66+
<id>first</id>
67+
<build>
68+
<plugins>
69+
<plugin>
70+
<groupId>org.codehaus.mojo</groupId>
71+
<artifactId>exec-maven-plugin</artifactId>
72+
<version>1.1.1</version>
73+
<executions>
74+
<execution>
75+
<phase>test</phase>
76+
<goals>
77+
<goal>java</goal>
78+
</goals>
79+
<configuration>
80+
<mainClass>android.BrowserStackAndroid</mainClass>
81+
<classpathScope>test</classpathScope>
82+
</configuration>
83+
</execution>
84+
</executions>
85+
</plugin>
86+
</plugins>
87+
</build>
88+
</profile>
89+
</profiles>
6390

6491
</project>

0 commit comments

Comments
 (0)