Changeset 1727
- Timestamp:
- 03/18/08 23:06:44 (5 years ago)
- File:
-
- 1 edited
-
FCKeditor.Java/branches/2.4/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/pom.xml
r1721 r1727 117 117 </resource> 118 118 </webResources> 119 <warSourceExcludes> 120 WEB-INF/tld/ 121 </warSourceExcludes> 119 <warSourceExcludes>WEB-INF/tld/</warSourceExcludes> 122 120 </configuration> 123 121 </plugin> … … 175 173 </dependency> 176 174 </dependencies> 175 </plugin> 176 <plugin> 177 <artifactId>maven-javadoc-plugin</artifactId> 178 <executions> 179 <execution> 180 <id>attach-javadocs</id> 181 <goals> 182 <goal>jar</goal> 183 </goals> 184 </execution> 185 </executions> 186 </plugin> 187 <plugin> 188 <artifactId>maven-source-plugin</artifactId> 189 <executions> 190 <execution> 191 <id>attach-sources</id> 192 <goals> 193 <goal>jar</goal> 194 </goals> 195 </execution> 196 </executions> 177 197 </plugin> 178 198 </plugins>
Note: See TracChangeset
for help on using the changeset viewer.
