Skip to content

Commit

Permalink
[ARCHETYPE-684] Add default value for fileSet.directory in archetype-…
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 6, 2024
1 parent 7af674d commit 0a854cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@
<name>directory</name>
<version>1.0.0+</version>
<type>String</type>
<required>true</required>
<required>false</required>
<defaultValue/>
<description>The directory where the files will be searched for, which is also the directory where the
project's files will be generated.</description>
</field>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ specific language governing permissions and limitations
under the License.
-->

<archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
<archetype-descriptor xmlns="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
xsi:schemaLocation="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.1.0 http://maven.apache.org/xsd/archetype-descriptor-1.1.0.xsd"
name="build-archetype-IT">
<fileSets>
<fileSet encoding="UTF-8">
<directory></directory>
<includes>
<include>.gitignore</include>
</includes>
Expand Down

0 comments on commit 0a854cf

Please sign in to comment.