This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT usesysid, usename, client_addr, count(usename) FROM pg_stat_activity group by usesysid, usename, client_addr; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.apache.maven.project.artifact; | |
/* | |
* Licensed to the Apache Software Foundation (ASF) under one | |
* or more contributor license agreements. See the NOTICE file | |
* distributed with this work for additional information | |
* regarding copyright ownership. The ASF licenses this file | |
* to you under the Apache License, Version 2.0 (the | |
* "License"); you may not use this file except in compliance | |
* with the License. You may obtain a copy of the License at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apache Maven 3.0 (r1004208; 2010-10-04 08:50:56-0300) | |
Java version: 1.6.0_20 | |
Java home: C:\Program Files\Java\jdk1.6.0_20\jre | |
Default locale: pt_BR, platform encoding: Cp1252 | |
OS name: "windows 7" version: "6.1" arch: "amd64" Family: "windows" | |
[INFO] Error stacktraces are turned on. | |
[DEBUG] Reading user settings from C:\Users\Seven\.m2\settings.xml | |
[DEBUG] Reading global settings from C:\java\maven\bin\..\conf\settings.xml | |
[DEBUG] Using local repository at C:\Users\Seven\.m2\repository | |
[INFO] Scanning for projects... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2010-10-27 16:20:37,215 174 [javawsApplicationMain] INFO c.s.s2.installer.InstallApplication - Java properties: | |
2010-10-27 16:20:37,216 175 [javawsApplicationMain] INFO c.s.s2.installer.InstallApplication - awt.toolkit=sun.awt.windows.WToolkit | |
2010-10-27 16:20:37,217 176 [javawsApplicationMain] INFO c.s.s2.installer.InstallApplication - com.sonatype.s2.installer.installDescriptorURL=http://localhost:8081/nexus/content/repositories/nx-codebase-repo/org/sonatype/mse/codebases/demo-maven/0.0.1/mse-codebase.xml | |
2010-10-27 16:20:37,217 176 [javawsApplicationMain] INFO c.s.s2.installer.InstallApplication - deployment.browser.path=C:\Users\Seven\AppData\Local\Google\Chrome\Application\chrome.exe | |
2010-10-27 16:20:37,217 176 [javawsApplicationMain] INFO c.s.s2.installer.InstallApplication - deployment.browser.vm.iexplorer=true | |
2010-10-27 16:20:37,217 176 [javawsApplicationMain] INFO c.s.s2.installer.InstallApplication - deployment.browser.vm.mozilla=true | |
2010-10-27 16:20:37,217 176 [javawsA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2010-10-27 16:54:50,954 1404 [javawsApplicationMain] INFO c.s.s2.installer.InstallApplication - Java properties: | |
2010-10-27 16:54:50,958 1408 [javawsApplicationMain] INFO c.s.s2.installer.InstallApplication - com.sonatype.s2.installer.installDescriptorURL=http://192.168.1.6:8081/nexus/content/repositories/nx-codebase-repo/org/sonatype/mse/codebases/demo-maven/0.0.1/mse-codebase.xml | |
2010-10-27 16:54:50,962 1412 [javawsApplicationMain] INFO c.s.s2.installer.InstallApplication - deployment.browser.args=-remote openURL(%u,new-window) | |
2010-10-27 16:54:50,963 1413 [javawsApplicationMain] INFO c.s.s2.installer.InstallApplication - deployment.browser.path=/usr/bin/firefox | |
2010-10-27 16:54:50,963 1413 [javawsApplicationMain] INFO c.s.s2.installer.InstallApplication - deployment.cache.enabled=true | |
2010-10-27 16:54:50,963 1413 [javawsApplicationMain] INFO c.s.s2.installer.InstallApplication - deployment.cache.jarcompression=0 | |
2010-10-27 16:54:50,964 1414 [javawsApplicationMain] INFO c.s.s2.installe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apache Maven 3.0 (r1004208; 2010-10-04 08:50:56-0300) | |
Java version: 1.6.0_20 | |
Java home: C:\Program Files\Java\jdk1.6.0_20\jre | |
Default locale: pt_BR, platform encoding: Cp1252 | |
OS name: "windows 7" version: "6.1" arch: "amd64" Family: "windows" | |
[INFO] Error stacktraces are turned on. | |
[DEBUG] Reading user settings from C:\Users\Seven\.m2\settings.xml | |
[DEBUG] Reading global settings from C:\java\maven\bin\..\conf\settings.xml | |
[DEBUG] Using local repository at C:\Users\Seven\.m2\repository | |
[INFO] Scanning for projects... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<settings> | |
<profiles> | |
<profile> | |
<id>flex-mojos</id> | |
<repositories> | |
<!-- Required for regular plugin use until moved over to Maven central repo. --> | |
<repository> | |
<id>flex-mojos-repository</id> | |
<url>http://repository.sonatype.org/content/groups/flexgroup/</url> | |
<releases> <enabled>true</enabled> </releases> |