We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4dde43 commit b19e063Copy full SHA for b19e063
java-browserstack/pom.xml
@@ -60,5 +60,32 @@
60
</plugin>
61
</plugins>
62
</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>
90
91
</project>
0 commit comments