We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f8ce6 commit 6f07465Copy full SHA for 6f07465
1 file changed
src/test/java/org/utplsql/maven/plugin/UtPLSQLMojoIT.java
@@ -8,12 +8,12 @@ public class UtPLSQLMojoIT {
8
9
@Test
10
public void execute() throws MojoExecutionException {
11
- UtPLSQLMojo utPlsqlMojo = new UtPLSQLMojo();
12
- utPlsqlMojo.project = new MavenProject();
13
- utPlsqlMojo.url = "jdbc:oracle:thin:@127.0.0.1:1521:XE";
14
- utPlsqlMojo.user = "UT3";
15
- utPlsqlMojo.password = "UT3";
+ UtPLSQLMojo utPLSQLMojo = new UtPLSQLMojo();
+ utPLSQLMojo.project = new MavenProject();
+ utPLSQLMojo.url = "jdbc:oracle:thin:@127.0.0.1:1521:XE";
+ utPLSQLMojo.user = "UT3";
+ utPLSQLMojo.password = "UT3";
16
17
- utPlsqlMojo.execute();
+ utPLSQLMojo.execute();
18
}
19
0 commit comments