11 lines
404 B
XML
11 lines
404 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<profilesXml xmlns="http://maven.apache.org/PROFILES/1.0.0"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://maven.apache.org/PROFILES/1.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
|
||
|
<profiles>
|
||
|
<profile>
|
||
|
<id></id>
|
||
|
|
||
|
</profile>
|
||
|
</profiles>
|
||
|
</profilesXml>
|