You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "Philipp Ottlinger (JIRA)" <ji...@apache.org> on 2016/01/12 23:28:39 UTC

[jira] [Commented] (TAMAYA-41) Provide Maven profile for fast builds

    [ https://issues.apache.org/jira/browse/TAMAYA-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15095100#comment-15095100 ] 

Philipp Ottlinger commented on TAMAYA-41:
-----------------------------------------

I'm not sure what I did wrong but after waiting roughly 10 minutes on a clean checkout and 'mvn' the build failed with failing dependencies to SNAPSHOTs:
{code}
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 3 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tamaya-distribution ---
[WARNING] Invalid POM for org.apache.tamaya.ext:tamaya-osgi-felix:jar:0.2-incubating-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Invalid POM for org.apache.tamaya.ext:tamaya-osgi-felix:jar:sources:0.2-incubating-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Invalid POM for org.apache.tamaya.ext:tamaya-osgi-felix:jar:javadoc:0.2-incubating-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Invalid POM for org.apache.tamaya.ext:tamaya-osgi-general:jar:0.2-incubating-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Invalid POM for org.apache.tamaya.ext:tamaya-osgi-general:jar:sources:0.2-incubating-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Invalid POM for org.apache.tamaya.ext:tamaya-osgi-general:jar:javadoc:0.2-incubating-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Invalid project model for artifact [tamaya-osgi-general:org.apache.tamaya.ext:0.2-incubating-SNAPSHOT]. It will be ignored by the remote resources Mojo.
[WARNING] Invalid project model for artifact [tamaya-osgi-general:org.apache.tamaya.ext:0.2-incubating-SNAPSHOT]. It will be ignored by the remote resources Mojo.
[WARNING] Invalid project model for artifact [tamaya-osgi-felix:org.apache.tamaya.ext:0.2-incubating-SNAPSHOT]. It will be ignored by the remote resources Mojo.
[WARNING] Invalid project model for artifact [tamaya-osgi-felix:org.apache.tamaya.ext:0.2-incubating-SNAPSHOT]. It will be ignored by the remote resources Mojo.
[WARNING] Invalid project model for artifact [tamaya-osgi-felix:org.apache.tamaya.ext:0.2-incubating-SNAPSHOT]. It will be ignored by the remote resources Mojo.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Tamaya ...................................... SUCCESS [ 42.688 s]
[INFO] Apache Tamaya Build Configuration .................. SUCCESS [  2.771 s]
[INFO] Apache Tamaya Codebase ............................. SUCCESS [ 11.439 s]
[INFO] Apache Tamaya API .................................. SUCCESS [ 12.976 s]
[INFO] Apache Tamaya Core Implementation .................. SUCCESS [ 10.545 s]
[INFO] Apache Tamaya Extension Modules .................... SUCCESS [  4.039 s]
[INFO] Apache Tamaya Resource Services .................... SUCCESS [  7.045 s]
[INFO] Apache Tamaya Format Services ...................... SUCCESS [  6.738 s]
[INFO] Apache Tamaya SPI Support Classes .................. SUCCESS [  6.362 s]
[INFO] Apache Tamaya JSON Support ......................... SUCCESS [ 19.269 s]
[INFO] Apache Tamaya Builder .............................. SUCCESS [  7.501 s]
[INFO] Apache Tamaya Event and dynamic Update Extensions .. SUCCESS [ 10.815 s]
[INFO] Apache Tamaya Injection Support API ................ SUCCESS [  5.203 s]
[INFO] Apache Tamaya Resolver Services .................... SUCCESS [  7.031 s]
[INFO] Apache Tamaya Injection Support .................... SUCCESS [ 14.085 s]
[INFO] Apache Tamaya Common Functional Extensions ......... SUCCESS [ 10.277 s]
[INFO] Apache Tamaya Extension Modules: Configuration Model Infrastructure SUCCESS [  8.567 s]
[INFO] Apache Tamaya Modules - Java Management Extensions . SUCCESS [  5.199 s]
[INFO] Apache Tamaya Modules: Server Extension ............ SUCCESS [01:22 min]
[INFO] Apache Tamaya Remote PropertySource ................ SUCCESS [  5.523 s]
[INFO] Apache Tamaya Optional Configuration Backend ....... SUCCESS [  5.424 s]
[INFO] Apache Tamaya Modules -Classloader Support ......... SUCCESS [  6.176 s]
[INFO] tamaya-integration ................................. SUCCESS [  0.305 s]
[INFO] Apache Tamaya Modules Integration - Spring ......... SUCCESS [ 14.478 s]
[INFO] Apache Tamaya Modules Integration - CDI (Using SE Injection) SUCCESS [ 27.950 s]
[INFO] Apache Tamaya Modules Integration - CDI (Java EE) .. SUCCESS [ 48.576 s]
[INFO] Apache Tamaya :: OSGi Services :: Tamaya Config .... SUCCESS [ 53.605 s]
[INFO] Apache Tamaya Modules Integration - Apache Camel ... SUCCESS [ 11.874 s]
[INFO] Apache Tamaya Modules Integration - etcd ........... SUCCESS [  9.264 s]
[INFO] Apache Tamaya Documentation ........................ SUCCESS [ 53.809 s]
[INFO] Apache Tamaya Examples ............................. SUCCESS [  0.283 s]
[INFO] Apache Tamaya Example: Minimal Version ............. SUCCESS [  6.366 s]
[INFO] Apache Tamaya Example: Simple Property Source Version SUCCESS [  8.284 s]
[INFO] Apache Tamaya Example: Resource Location ........... SUCCESS [  6.236 s]
[INFO] Apache Tamaya Example: Value Resolution ............ SUCCESS [  5.731 s]
[INFO] Apache Tamaya Example: File Observer ............... SUCCESS [  0.725 s]
[INFO] Apache Tamaya Example: Configuration Injection ..... SUCCESS [  4.311 s]
[INFO] Apache Tamaya Example: Builder ..................... SUCCESS [  4.082 s]
[INFO] Apache Tamaya Example: Remote ...................... SUCCESS [  0.249 s]
[INFO] Apache Tamaya Example: Remote (Server) ............. SUCCESS [ 12.792 s]
[INFO] Apache Tamaya Example: Remote (Client) ............. SUCCESS [  9.772 s]
[INFO] Apache Tamaya Distribution ......................... FAILURE [ 49.336 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:36 min
[INFO] Finished at: 2016-01-12T23:25:44+01:00
[INFO] Final Memory: 129M/341M
{code}

I do see a need for a fast build though ....

> Provide Maven profile for fast builds
> -------------------------------------
>
>                 Key: TAMAYA-41
>                 URL: https://issues.apache.org/jira/browse/TAMAYA-41
>             Project: Tamaya
>          Issue Type: Task
>          Components: Infrastructure
>    Affects Versions: 0.2-incubating
>            Reporter: Oliver B. Fischer
>            Assignee: Oliver B. Fischer
>             Fix For: 0.2-incubating
>
>
> On the developer mailinglist we decided to perform all build related checks (RAT, FindBugs, ...) during every Maven build.
> Furthermore we decided to have a profile for fast builds where all checks will be disabled. This will save a lot of time and carbon dioxide. The latter will help to save the environment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)