Sign in
apache
/
maven-antrun-plugin
/
refs/heads/master
/
.
/
src
/
test
/
resources
/
configuration-writer
/
basic.xml
blob: c33b723e74fa19827ff68acccb52198cb3267888 [
file
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<project
name
=
"maven-antrun-"
default
=
"main"
>
<target
name
=
"main"
>
<echo
message
=
"Hello"
/>
</target>
</project>