summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-12-09 00:26:53 +0000
committerOlivier Lamy <olamy@apache.org>2011-12-09 00:26:53 +0000
commit61e6db7a4ae38ad2f2cf597285a138cf54fa46bc (patch)
treea4c44674d3316f6795f718403e8c4aca9cfe0876 /archiva-modules/archiva-web/pom.xml
parentfa3514a92d31cf1d3ecfacfbe88b3dd0724bd32f (diff)
downloadarchiva-61e6db7a4ae38ad2f2cf597285a138cf54fa46bc.tar.gz
archiva-61e6db7a4ae38ad2f2cf597285a138cf54fa46bc.zip
add structure for javascript webapp: module available only in a profile called js
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1212195 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/pom.xml')
-rw-r--r--archiva-modules/archiva-web/pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/pom.xml b/archiva-modules/archiva-web/pom.xml
index 3c035333f..8185f80f0 100644
--- a/archiva-modules/archiva-web/pom.xml
+++ b/archiva-modules/archiva-web/pom.xml
@@ -13,7 +13,8 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
- --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.archiva</groupId>
@@ -59,5 +60,11 @@
<module>archiva-webapp-test</module>
</modules>
</profile>
+ <profile>
+ <id>js</id>
+ <modules>
+ <module>archiva-webapp-js</module>
+ </modules>
+ </profile>
</profiles>
-</project>
+</project> \ No newline at end of file