Skip to content

Commit ead42c7

Browse files
committed
#12 - Added .autoschemaln to trigger schema linking automatically.
1 parent 81a3134 commit ead42c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

parent/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@
402402
</fileset>
403403
<flattenmapper />
404404
</copy>
405+
<touch file="${project.build.directory}/schemas/.autoschemaln" />
405406
</target>
406407
</configuration>
407408
<goals>
@@ -489,7 +490,7 @@
489490
</goals>
490491
<configuration>
491492
<fromDir>${project.root}/target/schemas</fromDir>
492-
<includes>*.xsd</includes>
493+
<includes>*.xsd,.autoschemaln</includes>
493494
<serverId>static-dot-s2</serverId>
494495
<url>scp://static.springsource.org</url>
495496
<toDir>/var/www/domains/springsource.org/www/htdocs/autorepo/schema/${dist.id}/${project.version}</toDir>

0 commit comments

Comments
 (0)