Changeset 1707 for FCKeditor.Java/branches/2.4/pom.xml
- Timestamp:
- 2008-03-16 23:30:32 (8 months ago)
- Files:
-
- 1 modified
-
FCKeditor.Java/branches/2.4/pom.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/pom.xml
r1706 r1707 111 111 </descriptors> 112 112 </configuration> 113 <executions>114 <execution>115 <id>make-assembly</id>116 <phase>package</phase>117 <goals>118 <goal>attached</goal>119 </goals>120 </execution>121 </executions>122 113 </plugin> 123 114 <plugin> … … 143 134 </warSourceExcludes> 144 135 </configuration> 145 <executions>146 <execution>147 <id>make-war</id>148 <phase>package</phase>149 <goals>150 <goal>war</goal>151 </goals>152 </execution>153 </executions>154 136 </plugin> 155 137 <plugin> … … 386 368 </prerequisites> 387 369 <distributionManagement> 370 <snapshotRepository> 371 <id>uni-space</id> 372 <url> 373 scp://duesseldorf.mi.fu-berlin.de/home/bude/ossipov/web-home/m2repo 374 </url> 375 </snapshotRepository> 388 376 <site> 389 377 <id>uni-space</id>