|
2 | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>com.oracle.jdbc</groupId> |
5 | | - <artifactId>HRWebSamples</artifactId> |
| 5 | + <artifactId>JdbcWebSamples</artifactId> |
6 | 6 | <packaging>war</packaging> |
7 | 7 | <version>1.0-SNAPSHOT</version> |
8 | | - <name>HR WebSamples Maven Webapp</name> |
| 8 | + <name>JdbcWebSamples Maven Webapp</name> |
9 | 9 | <url>http://maven.apache.org</url> |
10 | 10 | <dependencies> |
11 | 11 | <!-- http://mvnrepository.com/artifact/javax.servlet/javax.servlet-api --> |
|
36 | 36 | </dependency> |
37 | 37 | </dependencies> |
38 | 38 | <build> |
39 | | - <finalName>HRWebSamples</finalName> |
| 39 | + <finalName>JdbcWebSamples</finalName> |
40 | 40 | <plugins> |
41 | 41 | <plugin> |
42 | 42 | <groupId>org.apache.maven.plugins</groupId> |
|
50 | 50 | </plugins> |
51 | 51 | </build> |
52 | 52 |
|
| 53 | + <repositories> |
| 54 | + <repository> |
| 55 | + <id>maven.oracle.com</id> |
| 56 | + <name>oracle-maven-repo</name> |
| 57 | + <url>https://maven.oracle.com</url> |
| 58 | + <layout>default</layout> |
| 59 | + <releases> |
| 60 | + <enabled>true</enabled> |
| 61 | + <updatePolicy>always</updatePolicy> |
| 62 | + </releases> |
| 63 | + </repository> |
| 64 | + </repositories> |
| 65 | + |
| 66 | + <pluginRepositories> |
| 67 | + <pluginRepository> |
| 68 | + <id>maven.oracle.com</id> |
| 69 | + <name>oracle-maven-repo</name> |
| 70 | + <url>https://maven.oracle.com</url> |
| 71 | + <layout>default</layout> |
| 72 | + <releases> |
| 73 | + <enabled>true</enabled> |
| 74 | + <updatePolicy>always</updatePolicy> |
| 75 | + </releases> |
| 76 | + </pluginRepository> |
| 77 | + </pluginRepositories> |
| 78 | + |
53 | 79 | </project> |
0 commit comments