|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
2 | 3 | <modelVersion>4.0.0</modelVersion> |
3 | 4 | <groupId>com.googlecode</groupId> |
4 | 5 | <artifactId>hibernate-memcached</artifactId> |
|
41 | 42 | </repositories> |
42 | 43 |
|
43 | 44 | <scm> |
44 | | - <developerConnection>scm:git:git@github.com/raykrueger/hibernate-memcached.git</developerConnection> |
45 | | - <connection>scm:git:git@github.com/raykrueger/hibernate-memcached.git</connection> |
| 45 | + <developerConnection>scm:git:git@github.com:raykrueger/hibernate-memcached.git</developerConnection> |
| 46 | + <connection>scm:git:git@github.com:raykrueger/hibernate-memcached.git</connection> |
46 | 47 | <url>http://github.com/raykrueger/hibernate-memcached/</url> |
47 | 48 | </scm> |
48 | 49 |
|
|
71 | 72 | </extension> |
72 | 73 | </extensions> |
73 | 74 | <plugins> |
| 75 | + <plugin> |
| 76 | + <groupId>org.apache.maven.plugins</groupId> |
| 77 | + <artifactId>maven-source-plugin</artifactId> |
| 78 | + <executions> |
| 79 | + <execution> |
| 80 | + <id>attach-sources</id> |
| 81 | + <phase>verify</phase> |
| 82 | + <goals> |
| 83 | + <goal>jar</goal> |
| 84 | + </goals> |
| 85 | + </execution> |
| 86 | + </executions> |
| 87 | + </plugin> |
74 | 88 | <plugin> |
75 | 89 | <groupId>org.apache.maven.plugins</groupId> |
76 | 90 | <artifactId>maven-compiler-plugin</artifactId> |
|
92 | 106 | <downloadJavadocs>false</downloadJavadocs> |
93 | 107 | </configuration> |
94 | 108 | </plugin> |
95 | | - <plugin> |
96 | | - <groupId>org.apache.maven.plugins</groupId> |
97 | | - <artifactId>maven-release-plugin</artifactId> |
98 | | - </plugin> |
99 | 109 | <plugin> |
100 | 110 | <artifactId>maven-assembly-plugin</artifactId> |
101 | 111 | <configuration> |
|
118 | 128 | </execution> |
119 | 129 | </executions> |
120 | 130 | </plugin> |
121 | | - <plugin> |
122 | | - <groupId>org.apache.maven.plugins</groupId> |
123 | | - <artifactId>maven-release-plugin</artifactId> |
124 | | -<!-- |
125 | | - <dependencies> |
126 | | - <dependency> |
127 | | - <groupId>org.apache.maven.scm</groupId> |
128 | | - <artifactId>maven-scm-provider-gitexe</artifactId> |
129 | | - <version>1.1-db-1</version> |
130 | | - </dependency> |
131 | | - </dependencies> |
132 | | ---> |
133 | | - </plugin> |
134 | | - <plugin> |
135 | | - <groupId>org.apache.maven.plugins</groupId> |
136 | | - <artifactId>maven-scm-plugin</artifactId> |
137 | | - <dependencies> |
138 | | - <dependency> |
139 | | - <groupId>org.apache.maven.scm</groupId> |
140 | | - <artifactId>maven-scm-provider-gitexe</artifactId> |
141 | | - <version>1.1-db-1</version> |
142 | | - </dependency> |
143 | | - </dependencies> |
144 | | - </plugin> |
145 | 131 | </plugins> |
146 | 132 | </build> |
147 | 133 |
|
|
168 | 154 | <version>3.2.6.ga</version> |
169 | 155 | <scope>compile</scope> |
170 | 156 | </dependency> |
| 157 | + |
171 | 158 | <dependency> |
172 | 159 | <groupId>org.hibernate</groupId> |
173 | 160 | <artifactId>hibernate-annotations</artifactId> |
|
0 commit comments