All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.com.jwebmp.jwebmp-bootstrap-date-time-picker.pom.xml Maven / Gradle / Ivy

There is a newer version: 0.66.0.1
Show newest version
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.jwebmp</groupId>
        <artifactId>jwebmp-builder</artifactId>
        <version>0.65.0.2</version>
    </parent>

    <artifactId>jwebmp-bootstrap-date-time-picker</artifactId>
    <packaging>jar</packaging>

    <name>Bootstrap Date Time Picker</name>
    <description>The JWebSwing implementation for Bootstrap Date Time Picker</description>
    <url>https://github.com/GedMarc/Bootstrap-BSDateTimePickerPlugin</url>
    <issueManagement>
        <system>Github</system>
        <url>https://github.com/GedMarc/Bootstrap-BSDateTimePickerPlugin/issues</url>
    </issueManagement>
    <dependencies>
        <dependency>
            <groupId>org.junit.jupiter</groupId>
            <artifactId>junit-jupiter-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.assertj</groupId>
            <artifactId>assertj-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-all</artifactId>
        </dependency>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>jwebmp-bootstrap</artifactId>
            <version>0.65.0.2</version>
            <classifier></classifier>
            <!--<optional>false</optional>-->
        </dependency>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>jwebmp-glyphicons</artifactId>
            <version>0.65.0.2</version>
            <classifier></classifier>
            <!--<optional>false</optional>-->
        </dependency>
    </dependencies>

    <scm>
        <url>https://github.com/GedMarc?tab=repositories</url>
    </scm>

    <ciManagement>
        <system>TeamCity</system>
        <url>http://jwebmp.com/teamcity</url>
    </ciManagement>
    <profiles>
        <profile>
            <id>jdk8</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.moditect</groupId>
                        <artifactId>moditect-maven-plugin</artifactId>
                        <executions>
                            <execution>
                                <id>add-module-infos</id>
                                <phase>package</phase>
                                <goals>
                                    <goal>add-module-info</goal>
                                </goals>
                                <configuration>
                                    <overwriteExistingFiles>true</overwriteExistingFiles>
                                    <module>
                                        <moduleInfoFile>
                                            src/jre11/java/module-info.java
                                        </moduleInfoFile>
                                    </module>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy