Commit Graph

105 Commits

Author SHA1 Message Date
Guillaume Nodet
2a0ed8f554 Support for interactive prompts, fixes #180 2020-11-06 20:31:27 +01:00
Guillaume Nodet
7e6e127f92 Move some classes from org.apache.maven to org.jboss.fuse.mvnd 2020-11-06 10:04:58 +01:00
Guillaume Nodet
314487b732 Use sisu annotations instead of plexus components.xml 2020-11-06 10:04:58 +01:00
Guillaume Nodet
4030f8b5a4 Refactor usage of properties in the client / daemon, fixes #188 2020-11-05 19:42:46 +00:00
Guillaume Nodet
1bd016a5d0 Add JVM memory expiration checks, use a specific timeout for checks 2020-11-04 11:53:27 +01:00
Dave Syer
0da1f0b252 Fix spelling error in console logs
mistmach -> mismatch
2020-11-04 10:33:11 +00:00
Guillaume Nodet
39dff61060 Should support core extensions #114 2020-11-02 16:43:41 +01:00
Peter Palaga
96b8730e62 Separate BuildStarted message to avoid serializing via Propertries.[load|write]() 2020-11-01 21:41:26 +00:00
Peter Palaga
8452440c51 Less message classes, more singletons 2020-11-01 15:58:23 +00:00
Peter Palaga
652576332a Next is 0.0.12-SNAPSHOT 2020-10-29 12:10:03 +01:00
Peter Palaga
99eda59ce3 Release 0.0.11 2020-10-29 12:09:57 +01:00
Peter Palaga
a9a3e907ee Improve terminal output
* Say 'Looking for daemon...' straight ahead to elliminate the initial
  lag
* Present 'hidden' threads along with used/max threads instead of
  'n more'
* Print project name in bold even if no mojo is present in the line
* Be consistent about printing project artifactIds in bold also when
  lines are hidden
* The righ status line is present also when lines are hidden
2020-10-28 23:37:44 +00:00
Peter Palaga
1bb009127b Fixup 67d5b4b Remove leftovers 2020-10-28 20:30:52 +00:00
Guillaume Nodet
67d5b4b9c9 Use a single cache removal strategy 2020-10-28 15:30:26 +01:00
Peter Palaga
b78adaf29d Next is 0.0.11-SNAPSHOT 2020-10-26 10:18:21 +01:00
Peter Palaga
29d4380736 Release 0.0.10 2020-10-26 10:18:15 +01:00
Peter Palaga
a248678300 Next is 0.0.10-SNAPSHOT 2020-10-25 17:15:18 +01:00
Peter Palaga
6eb0de84d3 Release 0.0.9 2020-10-25 17:15:18 +01:00
Peter Palaga
a71033cc94 Remove the superfluous Serializer interface and its implemetation 2020-10-25 11:30:17 +00:00
Peter Palaga
8f322e7b0b Split daemon module into daemon and dist #130 2020-10-23 18:14:38 +01:00
Peter Palaga
8efcf615d8 Simplify logging 2020-10-23 14:00:16 +02:00
Guillaume Nodet
22f608d5b4 Implement a keep-alive strategy to detect stales connections, fixes #47 2020-10-22 17:44:44 +02:00
Guillaume Nodet
7dbb371a06 Split the long line
Co-authored-by: Peter Palaga <ppalaga@redhat.com>
2020-10-22 16:33:36 +02:00
Guillaume Nodet
35467c4b11 Update daemon/src/main/java/org/apache/maven/cli/DaemonMavenCli.java
Co-authored-by: Peter Palaga <ppalaga@redhat.com>
2020-10-22 16:16:36 +02:00
Guillaume Nodet
af762d5721 Display warning in case of environment mismatch #122 2020-10-22 15:27:38 +02:00
Guillaume Nodet
0c032230cd Add dependency to fix the build order 2020-10-22 13:40:00 +02:00
Guillaume Nodet
0656e1337a Use a loopback address instead of 0.0.0.0 2020-10-22 13:39:47 +02:00
Guillaume Nodet
3fb67e45d8 Leave 1 processor unused on the daemon by default, fixes #111 2020-10-21 14:10:35 +02:00
Guillaume Nodet
844c54b62d Improve progress display, fixes #112 2020-10-20 11:14:15 +02:00
Guillaume Nodet
a735fac8e9 Fix mvnd.sh script 2020-10-20 11:13:05 +02:00
Peter Palaga
ac10e907e0 Next is 0.0.9-SNAPSHOT 2020-10-19 20:53:12 +02:00
Peter Palaga
1d7b990194 Release 0.0.8 2020-10-19 20:53:06 +02:00
Peter Palaga
854f204b17 Next is 0.0.9-SNAPSHOT 2020-10-19 20:29:24 +02:00
Peter Palaga
bead599fea Release 0.0.8 2020-10-19 20:29:18 +02:00
Peter Palaga
1b3a13a28f Unnecessary directory in the 0.0.7 zip archive #107 2020-10-19 20:18:57 +02:00
Peter Palaga
dee8cd72dc Next is 0.0.8-SNAPSHOT 2020-10-19 15:50:25 +02:00
Peter Palaga
36c29d2d6f Release 0.0.7 2020-10-19 15:50:18 +02:00
Guillaume Nodet
d773bd378a Grab and redirect standard streams, fixes #100 2020-10-19 13:48:56 +02:00
Guillaume Nodet
9834f77a41 Fix usage of MVND_HOME / MAVEN_HOME 2020-10-19 13:48:56 +02:00
Peter Palaga
90b4c3522a Fix license header in EventSpyDispatcher 2020-10-17 21:56:19 +02:00
Peter Palaga
94e1e2e05d Add NOTICE LICENSE and README to the distro 2020-10-17 00:15:22 +02:00
Guillaume Nodet
a9364ac611 Partial revert to fix windows integration test 2020-10-17 00:00:43 +02:00
Guillaume Nodet
2cd6b46d5a Fix problems when reusing artifacts that are part of the build by disabling URL caching and using more atomic operations on the CliPluginRealmCache 2020-10-16 23:38:10 +02:00
Guillaume Nodet
ee17eed282 Fix some logging issues 2020-10-16 23:38:10 +02:00
Guillaume Nodet
2ac9199bd0 Reformat 2020-10-16 23:38:10 +02:00
Guillaume Nodet
7f902fe0d2 Tone down smart builder logging 2020-10-16 23:38:10 +02:00
Peter Palaga
56d5643ff8 Re-layout the distro so that mvn is not in bin #91 2020-10-16 15:41:07 +02:00
Peter Palaga
c89134ba5d Adapt mvn.cmd #93 2020-10-16 14:45:12 +02:00
Peter Palaga
6e78078b81 Copy mvn.cmd from Maven 3.6.3 2020-10-16 14:43:06 +02:00
Peter Palaga
3984a39dcd Fix license headers 2020-10-16 12:32:46 +02:00