~frgomes/metadsl/trunk

« back to all changes in this revision

Viewing changes to metadsl-pageflow-plugin/pom.xml

  • Committer: fgomes
  • Date: 2011-06-14 21:10:53 UTC
  • Revision ID: git-v1:7ad65408eb5a0efe46c19a84decb5e3102f8077a
Small fixes.
metadsl-json-plugin is known to not work or even not compile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    xmlns="http://maven.apache.org/POM/4.0.0"
4
4
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
5
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
6
 
    
 
6
 
7
7
    <modelVersion>4.0.0</modelVersion>
8
 
    
 
8
 
9
9
    <groupId>org.metadsl</groupId>
10
10
    <artifactId>metadsl-pageflow-plugin</artifactId>
11
11
    <version>1.0-SNAPSHOT</version>
12
12
 
13
13
    <packaging>jar</packaging>
14
 
    
 
14
 
15
15
    <name>${project.artifactId}</name>
16
16
    <description>PageflowDSL :: Simple parser and code generator for MetaDSL</description>
17
17
 
55
55
                <filtering>true</filtering>
56
56
            </resource>
57
57
        </resources>
58
 
    
 
58
 
59
59
        <pluginManagement>
60
60
            <plugins>
61
61
                <plugin>
263
263
            <scope>compile</scope>
264
264
        </dependency>
265
265
    </dependencies>
 
266
 
 
267
    <profiles>
 
268
        <profile>
 
269
            <id>debug</id>
 
270
            <dependencies>
 
271
                <dependency>
 
272
                    <groupId>org.slf4j</groupId>
 
273
                    <artifactId>slf4j-simple</artifactId>
 
274
                    <version>1.5.6</version>
 
275
                    <scope>runtime</scope>
 
276
                </dependency>
 
277
                <dependency>
 
278
                    <groupId>org.metadsl</groupId>
 
279
                    <artifactId>maven-metadsl-plugin</artifactId>
 
280
                    <version>${project.version}</version>
 
281
                    <scope>compile</scope>
 
282
                </dependency>
 
283
            </dependencies>
 
284
        </profile>
 
285
    </profiles>
 
286
 
266
287
</project>
 
 
b'\\ No newline at end of file'