|
1 | 1 | <?xml version="1.0"?> |
2 | | -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
3 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
4 | | - <modelVersion>4.0.0</modelVersion> |
5 | | - <parent> |
6 | | - <groupId>com.iluwatar</groupId> |
7 | | - <artifactId>java-design-patterns</artifactId> |
8 | | - <version>1.6.0</version> |
9 | | - </parent> |
10 | | - <artifactId>model-view-presenter</artifactId> |
11 | | - <name>model-view-presenter</name> |
12 | | - <url>http://maven.apache.org</url> |
13 | | - <dependencies> |
14 | | - <dependency> |
15 | | - <groupId>junit</groupId> |
16 | | - <artifactId>junit</artifactId> |
17 | | - <scope>test</scope> |
18 | | - </dependency> |
19 | | - <dependency> |
20 | | - <groupId>net.java.dev.swing-layout</groupId> |
21 | | - <artifactId>swing-layout</artifactId> |
22 | | - <version>1.0.2</version> |
23 | | - </dependency> |
24 | | - </dependencies> |
| 2 | +<project |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 4 | + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 5 | + <modelVersion>4.0.0</modelVersion> |
| 6 | + <parent> |
| 7 | + <groupId>com.iluwatar</groupId> |
| 8 | + <artifactId>java-design-patterns</artifactId> |
| 9 | + <version>1.6.0</version> |
| 10 | + </parent> |
| 11 | + <artifactId>model-view-presenter</artifactId> |
| 12 | + <name>model-view-presenter</name> |
| 13 | + <url>http://maven.apache.org</url> |
| 14 | + <dependencies> |
| 15 | + <dependency> |
| 16 | + <groupId>junit</groupId> |
| 17 | + <artifactId>junit</artifactId> |
| 18 | + <scope>test</scope> |
| 19 | + </dependency> |
| 20 | + <dependency> |
| 21 | + <groupId>net.java.dev.swing-layout</groupId> |
| 22 | + <artifactId>swing-layout</artifactId> |
| 23 | + <version>1.0.2</version> |
| 24 | + </dependency> |
| 25 | + </dependencies> |
| 26 | + <build> |
| 27 | + <plugins> |
| 28 | + <plugin> |
| 29 | + <groupId>com.iluwatar</groupId> |
| 30 | + <artifactId>urm-maven-plugin</artifactId> |
| 31 | + <configuration> |
| 32 | + <packages> |
| 33 | + <param>com.iluwatar.model.view.presenter</param> |
| 34 | + </packages> |
| 35 | + </configuration> |
| 36 | + </plugin> |
| 37 | + </plugins> |
| 38 | + </build> |
25 | 39 | </project> |
0 commit comments