Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class MyMojo extends AbstractMojo {
To test a Mojo in a multiproject area, you need to define several stubs, i.e. for the main test project and its modules.


### Configure Mian project and create Stubs for the sub projects
### Configure main project and create Stubs for the subprojects

```java
import org.apache.maven.api.plugin.testing.MojoTest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class MyMojoTest {
```


**Note**: By convention, projects for unit testing your should be in the test resources directory.
**Note**: By convention, projects for unit testing should be in the test resources directory.

#### Configuring `project-to-test` POM

Expand Down
Loading