[prev in list] [next in list] [prev in thread] [next in thread] 

List:       maven-user
Subject:    Re: Is it possible to release a child module that isn't listed in the parent's list of modules?
From:       laredotornado-3 <laredotornado () gmail ! com>
Date:       2013-11-26 14:55:20
Message-ID: 1385477720154-5776582.post () n5 ! nabble ! com
[Download RAW message or body]

Basically.  I had to have both a parent version and a regular version

        <parent>
                <artifactId>subco</artifactId>
                <groupId>org.mainco.subco</groupId>
                <version>55.0.0</version>
        </parent>

        <name>myproject</name>
        <url>http://maven.apache.org</url>
        <version>55.0.0-SNAPSHOT</version>

and then for my dependent modules I could use the

${project.parent.version}

instead of 

${project.version}

since the modules were tied to the parent.  



--
View this message in context: \
http://maven.40175.n5.nabble.com/Is-it-possible-to-release-a-child-module-that-isn-t-listed-in-the-parent-s-list-of-modules-tp5775784p5776582.html
 Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic