File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ mp.samples.org=omp
1313mp.samples.rev =1.0
1414mp.security.module =ozone-security
1515mp.security.org =org.ozoneplatform
16- mp.security.rev =3.27
16+ mp.security.rev =3.28
1717tomcat.custom.module =ozone-custom-tomcat
1818tomcat.custom.org =org.ozoneplatform
1919tomcat.custom.rev =1.2.1
Original file line number Diff line number Diff line change 254254 </target >
255255
256256 <target name =" stage-security" >
257+ <mkdir dir =" ${ staging.dir } /${ mp.security.module } " />
258+
257259 <!-- Unzip sample Spring configuration files -->
258260 <unzip src =" ${ staging.dir } /${ mp.security.module } -project-${ mp.security.rev } .zip"
259261 dest =" ${ staging.dir } /${ mp.security.module } " >
260262 <patternset >
261- <include name =" owf-security- ${ mp.security.rev } / src/main/resources/spring/**" />
263+ <include name =" src/main/resources/spring/**" />
262264 </patternset >
263265 <filtermapper >
264- <replacestring from =" owf-security- ${ mp.security.rev } / src/main/resources/spring/" to =" " />
266+ <replacestring from =" src/main/resources/spring/" to =" " />
265267 </filtermapper >
266268 </unzip >
267269
268- <delete dir =" ${ staging.dir } /${ mp.security.module } /owf-security-${ mp.security.rev } " />
270+ <!-- this will be an empty directory tree due to the filtermapper above -->
271+ <delete dir =" ${ staging.dir } /${ mp.security.module } /src" />
272+
273+ <copy file =" ${ staging.dir } /${ mp.security.module } -project-${ mp.security.rev } .zip"
274+ tofile =" ${ staging.dir } /${ mp.security.module } /${ mp.security.module } -project.zip" />
269275
270276 <!-- Add default sample Spring configuration to Tomcat CLASSPATH -->
271277 <copy todir =" ${ tomcat.dir } /lib" >
Original file line number Diff line number Diff line change 99 </filesystem >
1010 <ibiblio name =" nexus" m2compatible =" true" root =" http://repo1.maven.org/maven2" />
1111
12- <url name =" ozone-security" >
13- <artifact pattern =" https://github.com/ozoneplatform/owf-security/archive/[revision].[ext]" />
14- </url >
15- <!-- <url name="ozoneplatform">
16- <artifact pattern="https://github.com/ozoneplatform/[module]/archive/[revision].[ext]" />
17- </url> -->
18-
1912 <url name =" ozoneplatform" >
2013 <artifact pattern =" https://github.com/ozoneplatform/[organisation]/archive/[module]-[revision].zip" />
2114 </url >
You can’t perform that action at this time.
0 commit comments