Skip to content

No Documentation to Install Poseidon Theme with maven #2349

Discussion options

You must be logged in to vote

Hi everyone!

With @melloware tips my problem was solved, bellow my final pom.xml

<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>br.com.connectas</groupId>
    <artifactId>elofrete</artifactId>
    <version>1.0.0</version>
    <packaging>war</packaging>

    <name>Elo Frete</name>

    <properties>
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.bu…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@fabiogodoy
Comment options

@melloware
Comment options

@fabiogodoy
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by melloware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Help Wanted Extra attention is needed
2 participants